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

Forum Posts

Need help with the Scripted REST API

Hi All, We have a requirement to create the business rule from another third party application. For that I created a scripted REST API in service-now with the below code and sending the authorization, header and query parameters from the Postman to t...

PriyaSingh9_0-1721156400970.png PriyaSingh9_1-1721156499159.png

Script include sysparm

Could someone please help me explain  what is sysparm_serial in the following script:   checkAssetSerial: function() { var sno = this.getParameter("sysparm_serial"); var gr1 = new GlideRecord('alm_hardware'); gr1.addQuery('serial_number', sno); gr1....

Indira8 by Kilo Sage
  • 3634 Views
  • 9 replies
  • 3 helpfuls

Assistance Needed: Duplicate Timestamps in Email Notifications

Hello,I’m encountering an issue where email notifications are displaying duplicate timestamps and approver name. Could someone please provide suggestions on how to print only one timestamp and approver name?  Thank you This Business Rule Script copie...

Keang_0-1721137246205.png Keang_2-1721137523355.png
Keang by Tera Contributor
  • 309 Views
  • 3 replies
  • 1 helpfuls

Appending values

Hello, I have two fields in which one is a reference field and the other is a text field. While the user enters values to the second text field, the value from the first field(which is reference field) should be appended to the value entered by the u...

Task Defination in service catalog

Hi community, Need help in understanding "Task Definition" in service catalog. I know that it will create a task in the RITMs.  I am confused how we can assign task to particular assignment group and how we can configure workflow/flow designer for th...

anvitha ash by Tera Contributor
  • 339 Views
  • 1 replies
  • 0 helpfuls

How to divide counts in report

Hi All, I am preparing a report in which I need to calculate percentage of cases worked based on counts. I want to do (28/2345) *100 and display as another column with the name percentage in the above pivot table how can I achieve that? OR is there a...

annamkanton_0-1721150422840.png