UI action - onLoad issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2015 12:17 AM
Hi All,
We are making some fields mandatory on click of one UI action button. It is working fine when the form is fully loaded but if we click this button in onLoad it self then it is not asking for fields mandatory its going to next step.
Can we over come the issue in any way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2015 05:59 AM
Hi All,
Any idea on this why it is not working in IE8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2015 04:24 AM
Hi All,
When we opening any workflow from workflow versions then it is showing loading dialog, it is working in IE8 also.
Any one knows where it is defined so that we can use the same script for other modules also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2015 02:32 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2015 01:35 AM
Some things are better left up to training.
Teaching users how to use the system properly can be cheaper in the long term than going against best practice with DOM manipulations and unsupported enhancements.
It is pretty obvious when a page is loading, just wait for it to be completed,
The same goes for all web applications.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2015 02:11 AM
Just add a loading dialog box till everything is loaded.. Close the loading dialog once all the scripts are done loading .. This will prevent any interaction of the user before the form is loaded completely.