GetABNTreeName

Mon 01 January 2018

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 ...

read more

GetABNTreeSetid

Mon 01 January 2018

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 ...
read more

GetABNTreeUserKey

Mon 01 January 2018

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 ...
read more

GetAddSearchRecName

Mon 01 January 2018

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.

read more

GetAESection

Mon 01 January 2018

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 ...

read more

GetAnalyticGrid

Mon 01 January 2018

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 ...

read more

GetAnalyticInstance

Mon 01 January 2018

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 ...

read more

GetArchPubHeaderXmlDoc

Mon 01 January 2018

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.

read more

GetArchPubXmlDoc

Mon 01 January 2018

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.

read more

GetArchSubXmlDoc

Mon 01 January 2018

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.

read more