GetNRXmlDoc
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 ...
GetOrgChart
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 ...
GetPage
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 ...
GetPageField
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 ...
GetPagePrefix
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 ...
GetPageTitle
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.
GetPageType
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 ... |
GetPanelControlStyle
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.
GetProgramFunctionInfo
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 ...
GetPubContractInstance
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 .