Hi Guys,
I am trying to create Exit Plug for this i have created NavigateToPortal with URL as a String in component Interface view.
In IPublic<ComponentName>CompWindow the method NavigateToPortal(String URL) is added but in View sampleView when i use wdThis it shows only wdGet<ComponentName>Controller(), it doe's n't shows wdGet<ComponentName>WindowController() method.
Actually i want to use wdThis.wdGet<componentName>WindowController().wdFirePlugNavigateToPortal(Url);
How can i get wdThis.wdGet<ComponentName>WindowController() to use exit Plug?
Please let me Know...
I followed below link to get my requirement
Regards,
Pradeep Kumar G