Record Change object has information on a change to a record in the Record Changes entity

Hierarchy (view full)

Constructors

Properties

ChangedAt: Date = null
ChangesDescription: string = null
ChangesJSON: string = null
EntityID: string = null
FullRecordJSON: string = null
ID: string = null

Primary Key

RecordID: any = null
Status: string = null

Accessors

Methods

  • Copies initialization data from a plain object to the class instance. Only copies properties that already exist on the class to prevent creating new fields. Special handling for DefaultValue fields to extract actual values from SQL Server syntax.

    Parameters

    • initData: any

      The initialization data object

    Returns void