CompRecEvent property: RCServiceConfig class
Description
Use the CompRecEvent property to set or return a string value representing the component record level event for which application class PeopleCode is mapped.
Note:
The Activate event is actually at the page level, and not the component record level.
Note:
The PeopleSoft Related Content Framework can also be used to map application class PeopleCode programs to component level, page level, and component record level events. This allows custom PeopleCode programs to be defined for a component without customizing the component definition in Application Designer. These custom PeopleCode programs can be configured to run before or after any PeopleCode program defined for the same event from the component definition. See Portal Technology: Mapping Application Class PeopleCode to Component Events for more information.
Following values can be assigned to this property:
| Value | Description |
|---|---|
|
RDEL |
Component record RowDelete event. |
|
RINI |
Component record RowInit event. |
|
RINS |
Component record RowInsert event. |
|
RSEL |
Component record RowSelect event. |
|
SEDT |
Component record SaveEdit event. |
|
SPOS |
Component record SavePostChange event. |
|
SPRE |
Component Record SavePreChange event. |
|
PACT |
Page Activate event. |
|
RFCH |
Component record FieldChange Event. |
This property is read/write.
Example
&rcServConfig.CompRecEvent = "RINI";