ProcessSeq property: RCServiceConfig class
Description
Use the ProcessSeq property to set or return a string value representing whether this application class PeopleCode is executed before or after any PeopleCode program defined for the same event from the component definition.
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 |
|---|---|
|
PRE |
The custom application class PeopleCode will be executed before any PeopleCode program defined for the same event from the component definition. |
|
POST |
The custom application class PeopleCode will be executed after any PeopleCode program defined for the same event from the component definition. |
This property is read/write.
Example
&rcServConfig.ProcessSeq = "PRE";