The CreatorCon Call for Content is officially open! Get started here.

UI action - onLoad issue

mdsannavulla
Kilo Guru

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?

25 REPLIES 25

Hi All,



Any idea on this why it is not working in IE8


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.


This is the screen shot in IE8



av.png


The SN Nerd
Giga Sage
Giga Sage

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

Kalaiarasan Pus
Giga Sage

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.