GetTreeNodeValue

Mon 01 January 2018

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.

read more

GetURL

Mon 01 January 2018

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

read more

GetUserOption

Mon 01 January 2018

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.

read more

GetWLFieldValue

Mon 01 January 2018

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

read more

Global

Mon 01 January 2018

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

read more

Gray

Mon 01 January 2018

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

read more

GrayMenuItem

Mon 01 January 2018

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.

read more

GroupletRequestSource

Mon 01 January 2018

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:

read more

Hash

Mon 01 January 2018

Syntax

Hash(cleartext_string)

Description

Use the Hash function to generate a hashed string that is always 28 characters in length. The input is variable length, with no maximum size.

Regardless of the operating system platform, underlying character encoding, or hardware byte order, identical character strings always generate identical hash values ...

read more

HashSHA256

Mon 01 January 2018

Syntax

HashSHA256(cleartext_string)

Description

Use the HashSHA256 function to generate a hashed string that is always 44 characters in length. The input is variable length, with no maximum size.

Generally the HashSHA256 function is used like a checksum—for example, to compare hashed values to ensure they match.

Parameters

Numeric Value

Constant Value

Description ...

Field ...

read more