This seems like it would be a pretty simple addition.
Application->Global Variables
A box to set the Development Default value
So if I have 4 session variables I use on a Form application, I can set the default values to what I need to test it in the DEV environment… right now,when I have to make changes to the application, I refresh everything and generate it, I have to enter in these default testing values… over and over again.
Either that or a Master Global varible section when I name all the master global variables I will be using in the project and set a DEV value to them all.
then when I generate it can ask me: Use default values? And I can choose Yes or No.
Yes = its done. it pulls from my Dev value table.
No sends me ot the current page, where I input the values by hand.