GetABNTreeName
Syntax
GetABNTreeName(&reqParams)
Description
Note: SmartNavigation has been deprecated. This function remains for backward compatibility only.
Use this function to extract the tree name from the request parameter array. The output of this function is used to open the specified tree.
Parameters
Field or Control |
Definition |
---|---|
&reqParams |
Specifies the array ... |
GetABNTreeSetid
Syntax
GetABNTreeSetid(&reqParams)
Description
Note: SmartNavigation has been deprecated. This function remains for backward compatibility only.
Use this function to extract the setID key for the tree from the request parameter array. The output of this function is used to open the specified tree.
Parameters
Field or Control |
Definition |
---|---|
&reqParams ... |
GetABNTreeUserKey
Syntax
GetABNTreeUserKey(&reqParams)
Description
Note: SmartNavigation has been deprecated. This function remains for backward compatibility only.
Use this function to extract the user key for the tree from the request parameter array. The output of this function is used to open the specified tree.
Parameters
Field or Control |
Definition |
---|---|
&reqParams ... |
GetAddSearchRecName
Syntax
GetAddSearchRecName()
Description
Use the GetAddSearchRecName function to return the add search record name for the component.
Important! Use this function within fluid applications only.
Parameters
None.
Returns
A string value.
GetAESection
Syntax
GetAESection(ae_applid, ae_section [, effdt])
Description
Use the GetAESection function to open and associate an AESection PeopleCode object with the base section, as specified. If no base section by the specified name is found, one is created. This enables you to create base sections as needed.
Warning! When you open ...
GetAnalyticGrid
Syntax
GetAnalyticGrid(Page.page_name, grid_name)
Description
Use the GetAnalyticGrid function to instantiate an analytic grid object from the AnalyticGrid class, and populates it with the grid specified by grid_name , which is the Page Field Name on the General tab of that analytic gridâs page field properties.
Note: PeopleSoft builds ...
GetAnalyticInstance
Syntax
GetAnalyticInstance(ID)
Description
Use the GetAnalyticInstance function to return a reference to the AnalyticInstance object as specified by the ID .
The analytic instance specified by ID must already be created before using this function.
Parameters
Field or Control |
Definition |
---|---|
ID |
Specify the analytic instance identifier that you want to ... |
GetArchPubHeaderXmlDoc
Syntax
GetArchPubHeaderXmlDoc(PubID, PubNode, ChannelName, VersionName[, Segment])
Description
Use the GetArchPubHeaderXMLDoc function to retrieve an archived message header from the message queue.
This function has been deprecated. You will receive an error if you use this function.
GetArchPubXmlDoc
Syntax
GetArchPubXmlDoc(PubID, PubNode, ChannelName, VersionName, MessageName, SubNode[, Segment])
Description
Use the GetArchPubXmlDoc function to retrieve an archived message from the message queue.
This function has been deprecated. You will receive an error if you use this function.
GetArchSubXmlDoc
Syntax
GetArchSubXmlDoc(PubID, PubNode, ChannelName, VersionName, MessageName[, Segment])
Description
Use the GetArchSubXmlDoc function to retrieve an archived message from the message queue.
This function has been deprecated. You will receive an error if you use this function.