GetNRXmlDoc

Mon 01 January 2018

Syntax

GetNRXmlDoc(NRID, EntityName)

Description

Use the GetNRXmlDoc function in any of the messaging PeopleCode events. It retrieves an XML message, categorized as non-repudiation, from the message queue for the specified non-repudiation ID. An XML message is a message that is unstructured, that is, isn't based on a record ...

read more

GetOrgChart

Mon 01 January 2018

Syntax

GetOrgChart(RecordName.FieldName)

Description

Use the GetOrgChart function to get a reference to an OrgChart object.

A chart must be associated with a record and field merely so that the chart object can be instantiated in PeopleCode. Which record and field you use doesn't matter. Commonly, the same ...

read more

GetPage

Mon 01 January 2018

Syntax

GetPage(PAGE.pagename)

Description

Use the GetPage function to return a reference to a page object. Generally, page objects are used to hide or unhide pages in a component.

Generally, the PeopleCode used to manipulate a page object would be associated with PeopleCode in the Activate event.

Note: The ...

read more

GetPageField

Mon 01 January 2018

Syntax

GetPageField(Page.pagename, [scrollpath. [target_row, ]] page_field_name)

where scrollpath is:

[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ]] RECORD.target_recname

To prevent ambiguous references, you can use SCROLL. scrollname , where scrollname is the same as the scroll level’s primary record name.

Description

Use the GetPageField function to reference a specific page ...

read more

GetPagePrefix

Mon 01 January 2018

Syntax

GetPagePrefix(page_type)

Description

Use the GetPagePrefix function to return the prefix for the page based on the page type as set on the Use tab.

Important! Use this function within fluid applications only.

Parameters

Field or Control

Definition

page_type

Specifies the page type as an Integer value.

Returns

A ...

read more

GetPageTitle

Mon 01 January 2018

Syntax

GetPageTitle()

Description

Use the GetPageTitle function to return the title of the page.

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A string value.

read more

GetPageType

Mon 01 January 2018

Syntax

GetPageType(Page.PAGE_NAME)

Description

Use the GetPageType function to return the page type—for example, header, footer, prompt, and so on.

Important! Use this function within fluid applications only.

Parameters

Field or Control

Definition

Page. PAGE_NAME

Specifies the page ID as a string value. Alternatively, you can use the ...

read more

GetPanelControlStyle

Mon 01 January 2018

Syntax

GetPanelControlStyle()

Description

Use the GetPanelControlStyle function to return the styles set by the system that control the state of the left and right panels as a String value.

Important! Use this function within fluid applications only.

Parameters

None.

Returns

A String value.

read more

GetProgramFunctionInfo

Mon 01 January 2018

Syntax

GetProgramFunctionInfo(ProgramId)

Where ProgramId is the following for PeopleCode user-defined functions:

RECORD.RecordName.FIELD.FieldName.METHOD.MethodName

Where ProgramId is the following for Component Interface user-defined methods:

COMPONENTINTERFACE.CIName.METHODS.Methods

Description

Use the GetProgramFunctionInfo function to determine the full signature and return values of a PeopleCode user-defined function ...

read more

GetPubContractInstance

Mon 01 January 2018

Syntax

GetPubContractInstance(pub_id, pub_nodename, channelname, sub_nodename)

Description

Note: This function is no longer available. It has been replaced with the GetPubXmlDoc function.

See .

read more