UpdateSysVersion function
Syntax
UpdateSysVersion()
Description
Use the UpdateSysVersion function to coordinate system changes and changes to system objects maintained by pages, such as messages and Set Tables. This function is not normally used in standard applications and should only used in PeopleSoft-provided extensions of PeopleTools.
Returns
Returns the updated system version Number.
Example
The following example could be used to maintain the version number on MESSAGE_SET_TBL, which controls the refreshing of cache files for the message entries:
VERSION = UpdateSysVersion();