Difference between revisions of "SetTargetPage"

From AgileApps Support Wiki
imported>Aeric
(No difference)

Revision as of 19:53, 13 December 2010

setTargetPage(String URL)
Description
Performs the action of clicking a link in the UI via the Java API
Sets the target page, URL is the relative path
Syntax
void setTargetPage(String URL)
Return
None
Example
This code causes the Setup page (s=641) to be displayed.
 setTargetPage("Service?t=641&top_tab=none");