Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have tried getting the value from user as follows, where user can enter region
Let vRegion = Input('Enter Region','Region');
It works on my machine, but after deploying to server no input box is displayed.
Please suggest
Hi,
This function only works in script, because while reloading or executing the script it asks for user input.
It wont work on accesspoint or reload through the QMC.
Regards,
Kaushik Solanki
Is there any way to do this on accesspoint
Hi,
You can use the inputbox object instead of this to take input from user on accesspoint.
Check below link for more help.
Regards,
Kaushik Solanki