CompEvent property: RCServiceConfig class
Description
Use the CompEvent property to set or return a string value representing the component level event for which application class PeopleCode is mapped.
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 |
|---|---|
|
POST |
Component PostBuild event. |
|
PRE |
Component PreBuild event. |
|
SPOS |
Component SavePostChange event. |
|
SPRE |
Component SavePreChange event. |
|
WFLO |
Component WorkFlow event. |
Example
&rcServConfig.CompEvent = "SPRE";
Related Topics