TimeStampFieldName 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 Timestamp field as a string. If there is no defined value (the default) the value is a null string ("").

This property accesses the Timestamp field name value specified on the Use tab of the Record Properties dialog box.

The Timestamp field is used to specify a field that is automatically updated with the date and time when there's a change to the record. 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();
&sTimeStamp = &REC.TimeStampFieldName;