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

Forum Posts

Resolved! How to convert the field sys_created_on to UNIX time.

Hi,I created PUT rest message and I need to pass some parameters to the json. one of the parameters is the field sys_created_on of tyep Date/Time on the incident table.When Im trying to test the REST Message Im getting error saying:"Expected unix tim...

Alon Grod by Tera Expert
  • 1837 Views
  • 6 replies
  • 5 helpfuls

Any chance of Auto click Ok (alert) for catalogs client script

Hi Team ,Am using the below code in catalogs client script ,we are showing alert in onchange ,but user should not click Alert OK function onChange(control, oldValue, newValue, isLoading) {if (isLoading || newValue == '') {return;}alert('Please wait')...

String by Kilo Sage
  • 757 Views
  • 7 replies
  • 0 helpfuls

How to change add alert notification background color as white in UI builder ServiceNow.

I want to change alert message background color as white in UI builder.I used below script can you please help me with this:            items: [{                id: "alert1",                status: "positive",                icon: "circle-check-fill"...

upendar5 by Tera Contributor
  • 832 Views
  • 2 replies
  • 0 helpfuls

Add worknote of sysapproval_approver record

Hi, I have a workflow where approval group activity was setup. I need to put short description of group approval record[sysapproval_group] into approval record[sysapproval_approver] comments. Tried with before insert Business Rule with the below code...

ArunaSreeYela_0-1709216274209.png

Resolved! User not receiving Notification except one Group

Hi,The Assigned To user belongs to four groups, ex: Group1, Group2, Group3, Group4.For Example:Assignment Group: Group1Assigned To: UserUsers can able to receive notifications.IFAssignment Group is Other than Group1.Assigned To is User.The user does ...