Hello All,
I am able to successfully navigate to another application upon the click on a button (thanks to the tutorial provided).
However, when I try navigate away in wdDoInit using the same module, i am prompted with a "Instance of interface view controller does not exist". What I'm trying to do is check for some conditions and should it fail, the app should navigate to an exit page. Unfortunately this is not happening. Here's my sample code in wdDoInit :
" boolean status = wdContext.currentInitElement().getInitStartUp();
if (status == false)
{
wdThis.wdGetCheckCompController().exitPage(Integer.toString(Show.MAINTENANCE_CODE), "", "","","");
}"
Can someone kindly advise please ? Thank you.
from
Kwok Wei