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

I think, because the button is on server side that's why these scripts are not working..


Even after adding this also I am able to change the field values on the form in onLoad,...


Hi Vignesh,



Where this functions are defined in ServiceNow


  showLoadingDialog();


  hideLoadingDialog();


Hi Vignesh,



This is not working in IE8. The loading dialog box is not hiding even if the form is completely loaded.


Hi All,



Anyone tried this in IE8 ?