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

Forum Posts

Client Script onSubmit (Mandatory Attachment)

Hi I'm currently working on restricting a form submission so attachment must be made mandatory on a particular workflow. As per attached screenshots, the alert message should ONLY display when chart of accounts -> natural account is selected, but it ...

Constance1 by Tera Contributor
  • 693 Views
  • 1 replies
  • 1 helpfuls

Resolved! I want to create a Script Include that forces a Field Style on Callers who submit a ticket within 2 weeks of their start date.

I have written the following Script Include to change the color of a Caller based on their start date and if they are submitting a request within 2 weeks of their start date. Basically I want to use the u_start_date that I have defined in a Form to c...

Resolved! Log while running runscript of transform map

I have runscript for transform map that is supposed to either create or update. I set ignore= true as  I wanted only runscript code to be executed. I feed 570 rows of data and see  442 created and 68 updated. Why there is delta (570 -510=60 rows) her...

find_real_file.png
Giri6 by Tera Expert
  • 3031 Views
  • 5 replies
  • 2 helpfuls

GlideAjax.getXMLWait is no longer supported

Hi, Getting below error after submit the catalog request through portal. Is there is any work around to resolve this? Error: There is a java script console error in your browser GlideAjax.getXMLWait is no longer supported Thanks Srini      

Srini19 by Tera Contributor
  • 5884 Views
  • 7 replies
  • 6 helpfuls

Resolved! Global search not returning for user

We have a user who does not get a search return for a global search with certain reference types.   But, when other users with the same access do the same search, they do get search returns.    The user has the same role which is needed to use global...

Sort field by label and not by value

Hi all,  By default if you use "orderby" in a choice field the sort is done by the actual value of that choice field as defined in the choice table. There are times where the choice value is a numeric / integer but the actual choice Label is characte...

lee9 by Kilo Contributor
  • 1350 Views
  • 2 replies
  • 1 helpfuls

Resolved! I am trying to send multiple attachment of incident table using rest message but i am not able to buid valid payload

POST Method Content Body Configuration in Rest Message for Target Instance ----------------------------------------------------------------------------------------------------------- myPostMethod content  {"caller_id":"${caller}","short_description":...

find_real_file.png find_real_file.png

ATF Test step configuration, facing issue because of ONLOAD client script. unable to select choices from the drop down , showing empty through ATF.

Creating ATF Test cases for one Catalog item, In "Set Variable values" I want to take choices from drop down variable, But am unable to select through ATf, manually i can achieve this. why this is happening through Atf, There is a "Onload' Client scr...