Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

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
  • 5349 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
  • 1035 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...

Mk_snow by Tera Contributor
  • 870 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

Resolved! Hide choice on incident form for some users

Hi everyone Please see if you can see what is wrong with my code. I created a business rule that should hide the 'high priority' option on the incident form for all users except those in the BST-Service Desk group. It does not seem to work? Only Serv...