Siebel Interactive Designer API Reference > Pageset Functions > BuildTarget >

N-Back Link Target


The N-Back Link target saves the input state of the current pageset and then load a specified pageset. You can create one or more N-Back Link targets per display page. The N-Back Link Target is used in conjunction with the N-Back Return target. For more information, see N-Back Return Target.

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

BuildTarget ("NB_LINK", winObj, linktext, pagesetcol, returntext)

Argument
Description
NB_LINK
Specifies that this function will be used to navigate to a new 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.
pagesetcol
Specifies the field of the data model that holds the name of the pageset to link to.
returntext
Optional Specifies the text to display for the return HREF.

Example

document.write(ISS.BuildTarget("NB_LINK",window, "Accessories","CROSS_SELL","DYNDEFS", "Return to Server Configuration"));


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003