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

Forum Posts

Resolved! How to amend the Feedback widget on the portal

We're currently using the OOTB feedback widget on our portal: However, we are wanting to amend this so that we don't see the 'Remind me later' and 'Do not share my personal info' buttons. Does anyone know how this is configured? Is is possible to add...

matthew_hughes_0-1745505650606.png

addDaysLocalTime() shows undefined

Why does the below code returns undefined? I tried this in Background- Scripts and Business Rule with same result. date(); function date() { var gd = new GlideDateTime("2018-04-18 00:31:57"); gs.print(gd.addDaysLocalTime(28)); }

Resolved! Private tasks in Dashboards?

Hi.Our consultants asks us to use private tasks (PTSK) for tasks that we are doing for our own department, not Universal requests (UR) as we have done now.I am not able to display my private tasks in the dashboard of UR, INC, SCTASK that I already ma...

Ingy by Tera Contributor
  • 1808 Views
  • 5 replies
  • 2 helpfuls

Enforce HTML Sanitization

SN documentation states the following system propertiesglide.html.sanitize_all_fields - ' to enable the HTMLSanitizer script include, which sanitizes HTML input based on exclusion listed and inclusion listed attributes configured in a script. You can...

How to disable remove and add button on MRVS

Hello EveryoneI need to disable multirow variable set buttons(add and remove all) edit button should be visible on RITM. I tried this by using client scrip in my pdf which applies on RITM but it is working for catalog item view not on RITM.Please sug...

Resolved! Survey Designer

Hi everyone,I've created a button to validate that I need to leave a comment on the work notes and redirect me to a questionnaire. The UI Action code is as follows. var templateId = '74b1332c872eae50b44aeb909bbb35db'; var assessmentUtils = new Assess...

tomaslindev_0-1751454744167.png

Service Graph connector Jamf with ServiceNow OAuth error

Hello We are trying to setup a JAMF connection with ServiceNow using Service Graph Connector JAMF guided setup. We are using OAuth authentication which is working in Postman but in ServiceNow we are getting below error while clicking GET access Token...

SnehaSaran15_0-1746014468879.png SnehaSaran15_1-1746014579339.png
SnehaSaran15 by Tera Contributor
  • 1774 Views
  • 4 replies
  • 5 helpfuls

Resolved! How to get Key by passing Value?

Hi there, I have created system property with key value pair. In script I can return value by passing key but is it possible to return key by passing value? Thanks!

Narayan K by Tera Expert
  • 1436 Views
  • 9 replies
  • 0 helpfuls

Field level ACLs creation options

I have field-level ACLs defined on a table, and I noticed entries like tablename.* exist for read and write operations. Initially, I used GlideRecordSecure in my script to rely on built-in ACL enforcement.   However, I observed that GlideRecordSecure...