SystemIDFieldName property: Record class
Description
Note:
PeopleSoft Mobile Agent is a desupported product. This mobile property currently exists for backward compatibility only.
This property returns the name of the System ID field as a string. If there is no defined value (the default) the value is a null string ("").
This property accesses the System ID field name value specified on the Use tab of the Record Properties dialog box.
The System ID field is used to create a unique way to identify the record for mobile synchronization purposes. This property is used exclusively for mobile applications. This property is not available for subrecords.
This property is read-only.
Example
Local Record &REC;
&REC = GetRecord();
&sSystemID = &REC.SystemIDFieldName;