EventRecName property: RCServiceConfig class
Description
Use the EventRecName property to set or return a string value representing the component record 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.
This property is read/write.
Example
&rcServConfig.EventRecName = "QE_RCF_EM_REC";
&rcServConfig.CompRecEvent = "RINI";