GetTreeNodeValue
Syntax
GetTreeNodeValue(node, [recordname.]fieldname)
Description
Use the GetTreeNodeValue function in accessing data from dynamic tree controls.
Note: Dynamic tree controls have been deprecated. Use the GenerateTree function or Tree Viewer.
GetURL
Syntax
GetURL(URL.URLIdentifier)
Description
Use the GetURL function to return the URL, as a string, for the specified URLIdentifier. The URLIdentifier must exist and been created using URL Maintenance.
Note:
If the URL identifier
contains spaces, you must use quotation marks around
URLIdentifier
. For example,
GetURL(URL."My URL ...
GetUserOption
Syntax
GetUserOption(Level, OPTN)
Description
Use the GetUserOption function to return the default value for the specified option.
Parameters
Field or Control |
Definition |
---|---|
Level |
Specify the option category level as a string. |
OPTN |
Specify the option as a string. |
Returns
The default value for the specified option.
GetWLFieldValue
Syntax
GetWLFieldValue(fieldname)
Description
When the user has opened a page from a Worklist (by selecting one of the work items) use the GetWLFieldValue function to retrieve the value of a field from the current row of the application Worklist record. You can use the %WLName system variable to check ...
Global
Syntax
Global data_type &var_name
Description
Use the Global statement to declare PeopleCode global variables. A global variable, once declared in any PeopleCode program, remains in scope throughout the PeopleSoft session. The variable must be declared with the Global statement in any PeopleCode program in which it is used.
Declarations tend ...
Gray
Syntax
Gray(scrollpath, target_row, [recordname.]fieldname)
where scrollpath is:
[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ]] RECORD.target_recname
To prevent ambiguous references, you can also use SCROLL. scrollname , where scrollname is the same as the scroll levelâs primary record name.
If you put the function on the same scroll level ...
GrayMenuItem
Syntax
GrayMenuItem(BARNAME.menubar_name, ITEMNAME.menuitem_name)
Description
Note: The GrayMenuItem function is supported for compatibility with previous releases of PeopleTools. New applications should use DisableMenuItem instead.
GroupletRequestSource
Syntax
GroupletRequestSource()
Description
Use the GroupletRequestSource function to return an Integer value indicating the source page (location) for the grouplet.
Important! Use this function within fluid applications only.
Parameters
None.
Returns
One of the following Integer values:
Numeric Value |
Constant Value |
Description ... |
---|
Field ... |
---|