SetDefaultPrior

Mon 01 January 2018

Syntax

SetDefaultPrior([recordname.]fieldname)

Description

Use the SetDefaultPrior function to locate the prior occurrence of the recordname.fieldname with the prior effective date (and effective-sequence number if specified), then set the field to a blank value, so that the next time default processing is run this field will be set ...

read more

SetDefaultPriorRel

Mon 01 January 2018

Syntax

SetDefaultPriorRel(search_field, default_field)

Description

Use the SetDefaultPriorRel function to locate the prior occurrence of the search_field with the prior effective date (and effective sequence-number if the record contains an effective-equence number) and then sets the specified default_field to a blank value, so that the next time default processing is ...

read more

SetDisplayFormat

Mon 01 January 2018

Syntax

SetDisplayFormat(scrollpath, target_row,            [recordname.]fieldname, display_format_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

Usethe SetDisplayFormat function to change the display format of ...

read more

SetLabel

Mon 01 January 2018

Syntax

SetLabel(scrollpath, target_row, [recordname.]fieldname, new_label_text)

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 SetLabel function to change the label text ...

read more

SetLanguage

Mon 01 January 2018

Syntax

SetLanguage(language_code)

Description

Use the SetLanguage function to set the end user's current language preference to the specified language_code . language_code must be a valid translate value for the field LANGUAGE_CD. SetLanguage returns True if it is successful, and it returns False if it fails or an invalid value ...

read more

SetMDGuided

Mon 01 January 2018

Syntax

SetMDGuided(guided)

Description

For master/detail and activity guide components, use the SetMDGuided function to set whether the master/detail or activity guide wrapper is in guided mode (that is, Previous and Next buttons are displayed in the fluid banner). If this function is never invoked, the default value ...

read more

SetMDListPopup

Mon 01 January 2018

Syntax

SetMDListPopup(non_optimized)

Description

For master/detail and activity guide wrapper components, use the SetMDListPopup function to set whether the master/detail or activity guide wrapper is in non-optimized mode (that is, navigation to pages is presented in a drop-down list in the fluid banner, not in the left panel ...

read more

SetMessageStatus

Mon 01 January 2018

Syntax

SetMessageStatus(Message.MessageName, Status)

Description

Use the SetMessageStatus function to specify whether a message is active or inactive.

Parameters

Field or Control

Definition

MessageName

Specify the name of the message definition that you want to change the status for. Prefix this name with the reserved word Message.

Status

Specify ...

read more

SetNextPage

Mon 01 January 2018

Syntax

SetNextPage(pagename)

Description

Use the SetNextPage function to specify the page name to which the user is transferred when selecting the NextPage ( ALT+6 and ENTER ) function or specifying it with the PeopleCode TransferPage function.

SetNextPage validates that pagename is listed on current menu. This selection is cleared when ...

read more

SetNextPanel

Mon 01 January 2018

Syntax

SetNextPanel(panelname)

Description

Use the SetNextPanel to specify the panel name to which the user will be transferred when selecting the NextPanel ( F6 ) function or specifying it with the PeopleCode TransferPage function.

Note: The SetNextPanel function is supported for compatibility with previous releases of PeopleTools. New applications should use ...

read more