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