Siebel Interactive Designer API Reference > Pageset Functions > BuildTarget >

N-Back Return Target


The N-Back Return target is used to navigate back to the previous pageset and restore the saved input state for that page. You can create one N-Back Return target per display page.

An N-Back Return target will only be constructed if called from a pageset of which the "TOP" instance was traversed to by an N-Back Link. Otherwise an empty string is returned. For more information, see N-Back Link Target.

The syntax used to create an N-Back Return output target is:

BuildTarget ("NB_RETURN", winObj, linktext, tokencol)

Argument
Description
NB_RETURN
Specifies that this function will be used to traverse back to the previous pageset.
winObj
The window from which the call is made.
linktext
The text to appear for the Link or Return HREF. If returntext is specified when a Link is built, linktext is ignored during the construction of the corresponding Return target.
tokencol
Optional Specifies the field of the data model that holds the key/value pairs of a preconfigured object for the link.

Example

document.write(ISS.BuildTarget("NB_RETURN",window,"Return"));


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003