PeopleSoft Pure Internet Architecture Processing Considerations
Keep the following points in mind concerning the PeopleSoft Pure Internet Architecture:
-
If a user changes a field that field has nothing to cause a trip to the server, then default processing and FieldFormula PeopleCode do not run.
These processes only run when another event causes a trip to the server.
Other fields that depend on the first field using FieldFormula or default PeopleCode are not updated until the next time a server trip occurs.
-
In applications that run on the PeopleSoft portal, external, dynamic link information must be placed in RowInit PeopleCode.
If it is placed in FieldChange PeopleCode, it will not work.