Hello,
I have an issue when running a page using runmodal = lookupok
The source of the page is a temporary table
And when this table is empty the OK button is disabled
When its empty, How come it makes a difference either its enable or not? you have cancel button to close it
There is a check
If CloseAction = CloseAction::LookupOK then
do something
else
cancel the process
In this case this is a page that shows records with problems, if there is no problem records it should be possible to press ok and continue the scenario.
When its empty, How come it makes a difference either its enable or not? you have cancel button to close it
There is a check
If CloseAction = CloseAction::LookupOK then
do something
else
cancel the process
In this case this is a page that shows records with problems, if there is no problem records it should be possible to press ok and continue the scenario.
Answers
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
There is a check In this case this is a page that shows records with problems, if there is no problem records it should be possible to press ok and continue the scenario.
But a slight change to your logic can make it work fine