Accessing Record Field PeopleCode from a Record Definition
This image is an example of Record definition. This shows three fields associated with PeopleCode which appear in bold type in record views.

In the previous example, the first three fields (in boldface font) have PeopleCode associated with them. If you expand the subrecords in a record definition, any fields in the subrecord that have PeopleCode associated with them also appear in bold type.
To access record field PeopleCode from an open record definition:
-
Click the PeopleCode Display button on the toolbar.
A grid appears with a column for each event in the record field event set. Each cell represents a field-event combination. The column names are abbreviations of the record field event names, for example, FCh for the FieldChange event and RIn for the RowInit event. A check mark appears in the appropriate cell for each field/event combination that has an associated PeopleCode program.
-
Access the PeopleCode using one of these methods:
-
Double-click the cell.
-
Right-click the cell and select View PeopleCode.
-
Select View, PeopleCode.
-
The PeopleCode Editor appears. If the field/event combination has an associated program, it appears in the editor.
Related Topics