We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Please check the function fields added in Kingston. That might be helpful.
https://docs.servicenow.com/bundle/kingston-application-development/page/build/platform-functions/concept/platform-support-functions.html
The trigger information is not displayed in the survey page. However, you can customize the UI page to include any kind of information you would like to display. I am not sure which survey you are using so it could be either one of them:- the legacy ...
Hi David,It is is typo actually. That is the flag I was referring in the description "loadingFlag" is actually "loadingFlag".The above script was just to enhance the script provided in the description. There is another way, You can simply create and ...
Browser engines loads the pages in different orders and execute onload client script differently. It is better to use a flag to hide difference and check for that flag. Here is a sample: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
var loa...