Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

dialog box for entering the variable value while reloading

Hi Folks,

I have 2 varibales in the script and I need to enter values for these variables while reloading.

While reloading, The user enter the values for variable in the dialog box

How can I do that while reloading. Please share your thouhgts.

Thanks & Regards,

Siri

3 Replies
sivarajs
Specialist II
Specialist II

try this in script

load '$(variable)' as fieldname autogenearte(1);

Not applicable
Author

Hi Siva, Thanks for your reply.

How can I pass the value to the variable?

Thanks & Regards,

Siri

sivarajs
Specialist II
Specialist II

Do reload after you entered value for variable