Is it possible to call a client script from a "Run server side script" in ATF?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 10:11 PM
I am trying to call a client side script to populate values in the Change management
There is a client script needed to be called to populate the 'Planned start date' and 'Planned end date'
Labels:
- Labels:
-
Change Management
-
Service Catalog
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2018 12:24 AM
From your code i can see that you are setting values on the form in the Callback functions of the Ajax.
looks like ATF proceeds to next step with out waiting to execute the callback functions of AJAX calls. Such a disadavantage. I wish servicenow provided a Step that says “stay on the form” for N number of seconds.
Not sure if somebody else has a way to solve this, as of now am clueless.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2018 12:25 AM
Upvoting this Question