Change

Description

(On-premise only)

Each time users modify an SBM table in the system using a browser, it is logged as a Change object in the TS_CHANGES table. This class is mainly used in conjunction with the ChangeList class. Once a change list is found for a table record, the ChangeList is a list of Change objects. This class can be used to access member variables that describe the change. You can read and write with this class by using the inherited AppRecord methods. All of the methods listed on this class directly relate to fields on the Changes table. Please see the SBM schema document for details of each of the fields.

Inheritance

AppRecord -> Change

Methods

Table 1.

ID

Description

1

mm/dd/YYYY hh:mm:ss pp (default)

2

dd/mm/YYYY hh:mm:ss pp

("pp" denotes the am/pm indicator)

Output: N/A

Return: (string) – The date the change was created in the given format.

Input: N/A

Output: N/A

Return: (string) – The display name of the user who made this change.

Properties

Related Topics

Object Types

Application Objects