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

Forum Posts

gs.getProperty equivalent for client scripts

Hi, I wan't to avoid harcoding sys_id, and gs.getProperty does not work on client script.Is there a equivalent for gs.getProperty in the client script(I am using onload client script)?or is there any other workaround here?Thanks,Tadz

Tadz by Kilo Sage
  • 19019 Views
  • 4 replies
  • 4 helpfuls

Calculated field script not updating?

First time using a calculated field, so I'm not sure if I'm doing something wrong here.I have a calculated field that concaenates 2 other fields and is used in a list collector or a record producer in the service catalog.When I first created the fiel...

Resolved! Export to Excel option is not available

When I select a specific workstation and choose a program which is installed on that workstation and click on that program to show all workstations which have this specific program installed I am unable export the list of workstations which are shown...

Resolved! Service catalog - Client script works on the RITM form in the ITIL view but does not work on the portal and throws exception.

Hi All, I am just getting my hands dirty in servicenow development. I am facing an issue with the client script execution on the portal. I have a business requirement to make the RITM variables in the catalog requested items read-only after submissio...

nss280 by Kilo Contributor
  • 2275 Views
  • 4 replies
  • 4 helpfuls

Resolved! Update an attribute of records in an array

Hello, I have an array that has a bunch of sys ids of my query.  Let’s us say that my array has a list of open incidents/ incident task and is defined as follow   var allIncidents = [];   assuming that my records are are in it already , how can I cha...

Lemajeur by Mega Expert
  • 1524 Views
  • 3 replies
  • 1 helpfuls