ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Logged in requested for details auto populate

I have written the below catalog client script, when the requested for field has changed the city, state, location has to be populated, but how to populate the current logged in user details for the same fields? OnChange Catalog client scriptfunction...

zeerodger27 by Tera Contributor
  • 516 Views
  • 9 replies
  • 3 helpfuls

Resolved! Delete restriction on approvals

Hello Everyone, I need to create ACL to Restrict Users from deleting their own approvals however i have created an ACL for admin role which will allow only admins to delete approval records but till approvers can delete the record.

Resolved! Passing sys_created_on date parameter in REST api

Hi All, Need help. I am trying to build a dynamic query where sys_created_on is passed to the table using the sysparam=sys_created_on attribute. Now my question here is how to build this query. Source= Json.Document(Web.Contents("https://servicecentr...

Raks by Tera Contributor
  • 3060 Views
  • 9 replies
  • 1 helpfuls

Incident notification recipient list

Recipient List of an Incident assignment email notification is missing members who are part of the assignment group. Missing members have all of their notification settings intact. "Include members" check box is checked on the assignment group page.A...

Zubair Alam by Tera Contributor
  • 647 Views
  • 9 replies
  • 1 helpfuls

Please fix this script

var ritmGR = new GlideRecord("sc_req_item");ritmGR.get(current.sys_id);var groupName = ritmGR.variables.group_name;gr.initialize();current.description="added + " + groupName;//here i am fetching sys_id not group name , requirement is fetching group n...

1dusjhyahnt by Tera Contributor
  • 299 Views
  • 3 replies
  • 2 helpfuls