SetDefaultPrior
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 ...
SetDefaultPriorRel
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 ...
SetDisplayFormat
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 ...
SetLabel
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 ...
SetLanguage
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 ...
SetMDGuided
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 ...
SetMDListPopup
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 ...
SetMessageStatus
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 ... |
SetNextPage
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 ...
SetNextPanel
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 ...