The CreatorCon Call for Content is officially open! Get started here.

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Updating Worknotes using a custom widget

Server Script:(function () {data.errors = [];data.ok = true;// Get sys_id from multiple possible sourcesvar sysId = input && input.sys_id ? input.sys_id : options.sys_id || $sp.getParameter("sys_id");data.sys_id = sysId;function loadIncident(sysId) {...

Aqil by Tera Contributor
  • 228 Views
  • 2 replies
  • 0 helpfuls

Resolved! Record not found issue on custom workspace

I have created a custom workspace. When-ever I click on an INC to open it, it gives Record not found error. The record opens correctly after reloading. I have added the record template page to the UI builder.

GargiF by Tera Contributor
  • 1403 Views
  • 6 replies
  • 0 helpfuls

Record vs table level acls when script attached

  I have the following ACL script on the sectest table(inside 1st row acl in above image for the read operation):     var user = gs.getUser(); if (user.hasRole("sn_cmp.cloud_service_designer") || current.sys_created_by == gs.getUserName() || user.ha...

Screenshot 2025-07-17 at 7.11.54 PM.png

Import Set Fails When Email Contains Image Attachments Body

 Hi Community,I have a data source set up to load an Excel attachment from emails. It works fine when the email has only the Excel file, but fails with this error when the email also contains images (like logos): Error: Unable to load headers from th...

schetry by Tera Contributor
  • 274 Views
  • 1 replies
  • 0 helpfuls

Create Incident or Service Request from Universal Request

Hello AllI am confused about OOTB behavior for Universal Request and creation of Incident or Service Request from UR. Would be possible to help? (we have UR-INC and UR-REQ integration configured) 1) When i create UR record and click on UI action Crea...

nataliya_b by Tera Guru
  • 1051 Views
  • 9 replies
  • 3 helpfuls

Load Balancer HaProxy HTTPS forwarding error

Hello all, We've deployed a on premises instance, set the rules to forward all http incoming traffic to https, added a self signed certificate on our node and we're having the following problem\error: When the instance is stated we get the following ...

jorgefortes by Tera Contributor
  • 894 Views
  • 6 replies
  • 0 helpfuls

MS teams integration

MS teams integration:It will be bi direction integration as per the SN integration hub that provides actions to:Promote chat to call: Enable an agent to promote a live chat with an employee to a call, leading to faster ticket resolution.Start and end...

pshanmugasu by Tera Contributor
  • 300 Views
  • 1 replies
  • 0 helpfuls

Reading the content of attachment files

I'm trying to read the data from the attachment and load the data to an html field.  I've been able to get it to work.  But in our case, we could have up to three attachments for three different html fields.  This getBytes() only identifies the recor...

sajerond by Tera Contributor
  • 5623 Views
  • 5 replies
  • 1 helpfuls