VersioningCompareRecordVersionsTS Class [AX 2012]

The class VersioningCompareRecordVersionsTS is used to identify changes between two records from the same table.

class VersioningCompareRecordVersionsTS extends VersioningCompareRecordVersions

Run On

Called

  MethodDescription
Dn514964.protmethod(en-us,AX.60).gif add2ChangeList Adds a change to the list of changes. (Inherited from VersioningCompareRecordVersions.)
Dn514964.protmethod(en-us,AX.60).gif addChangedField Adds changes for a record to the list of combined changes. (Overrides the addChangedField Method.)
Dn514964.protmethod(en-us,AX.60).gif addField2includeList Adds a field to the list of fields that should be included in the comparison. (Inherited from VersioningCompareRecordVersions.)
Dn514964.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn514964.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn514964.protmethod(en-us,AX.60).gif getDimensionFieldValue Checks if a dimension field should be added to the change list. (Inherited from VersioningCompareRecordVersions.)
Dn514964.protmethod(en-us,AX.60).gif getFieldValue Gets the field value for a given field. (Inherited from VersioningCompareRecordVersions.)
Dn514964.protmethod(en-us,AX.60).gif getHistoryDictTable Gets a DictTable class instance for a history table. (Inherited from VersioningCompareRecordVersions.)
Dn514964.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn514964.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn514964.protmethod(en-us,AX.60).gif includeFieldKey Retrieves a unique key that identifies the field. (Inherited from VersioningCompareRecordVersions.)
Dn514964.protmethod(en-us,AX.60).gif includeInComparison Determines whether the specified field will be included in the comparison. (Inherited from VersioningCompareRecordVersions.)
Dn514964.protmethod(en-us,AX.60).gif isFieldInAutoReportFieldGroup Indicates whether a field is included in the auto report field group. (Inherited from VersioningCompareRecordVersions.)
Dn514964.protmethod(en-us,AX.60).gif isFieldVisibleAndAllowEdit Indicates whether a field is visible and editable. (Inherited from VersioningCompareRecordVersions.)
Dn514964.protmethod(en-us,AX.60).gif new Initializes a new instance of the VersioningCompareRecordVersions class. (Inherited from VersioningCompareRecordVersions.)
Dn514964.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn514964.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn514964.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn514964.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn514964.pubmethod(en-us,AX.60).gif packChangedFields Packs a container with the fields which are different in the two versions of the record. (Inherited from VersioningCompareRecordVersions.)
Dn514964.protmethod(en-us,AX.60).gif parmTableId Gets or sets the TableId parameter. (Inherited from VersioningCompareRecordVersions.)
Dn514964.protmethod(en-us,AX.60).gif setDays Return a week day for the timesheet period of a specific record in TSTimesheetLineLog with a particular array index
Dn514964.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn514964.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn514964.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn514964.protmethod(en-us,AX.60).gif userHasViewAccess Indicates whether the user has view access to the specified field. (Inherited from VersioningCompareRecordVersions.)
Dn514964.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn514964.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn514964.pubmethod(en-us,AX.60).gif Dn514964.static(en-us,AX.60).gif ::construct Initializes a new instance of the VersioningCompareRecordVersionsTS class.
Dn514964.pubmethod(en-us,AX.60).gif Dn514964.static(en-us,AX.60).gif ::newTableId Creates an instance of the VersioningCompareRecordVersionsTS class based on the table.
Top

The class is used by the VersioningCompare class which will compare two versions of a document supporting the history pattern.

Object Class
  VersioningCompareRecordVersions Class
    VersioningCompareRecordVersionsTS Class

Community Additions

ADD
Show: