Change

Description

(SBM On-Premise/PaaS 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

Properties

Methods

Related Topics

Object Types

Working with Application Objects

Ext.CreateAppRecord()