Alert OnLoad Client Script

RAHUL Khanna1
Mega Guru

Hello Folks, 

Does any body know how to show alert after all the variables on the form are loaded.

Steps to Reproduce: 

Go to any catalog item ..containing 1 or more variables ...create a client script and in that write a simple alert("Hello");

now when you try to load the form ...you will see the alert first then you see the variables loaded. I want it in a reverse way ...load all the variables and then alert.

 

 

 

8 REPLIES 8

Milind Gharte
Kilo Guru

Nope, the above content not inline with my requirement

SanjivMeher
Mega Patron

You can try with an onChange Client Script.

Create an onChange client script for a field which is setting at the end and alert of oldValue!=newValue

 


Please mark this response as correct or helpful if it assisted you with your question.

Does that trigger on loading the form. I mean when ever the form is loaded.