VersioningCompareRecordVersions Class [AX 2012]
The VersioningCompareRecordVersions class is used to identify changes between two records from the same table.
| Method | Description | |
|---|---|---|
| add2ChangeList | Adds a change to the list of changes. |
| addChangedField | Adds changes for a record to the list of combined changes. |
| addField2includeList | Adds a field to the list of fields that should be included in the comparison. |
| 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. |
| getFieldValue | Gets the field value for a given field. |
| getHistoryDictTable | Gets a DictTable class instance for a history table. |
| 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. |
| includeInComparison | Determines whether the specified field will be included in the comparison. |
| isFieldInAutoReportFieldGroup | Indicates whether a field is included in the auto report field group. |
| isFieldVisibleAndAllowEdit | Indicates whether a field is visible and editable. |
| new | Initializes a new instance of the VersioningCompareRecordVersions class. |
| 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. |
| parmTableId | Gets or sets the TableId parameter. |
| 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. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes an instance of the VersioningCompareRecordVersions class. |
| ::newTableId | Creates an instance of the VersioningCompareRecordVersions class based on the table. |
| ::posNewValue | Retrieves the position of the new value in the secondary container. |
| ::posOrigValue | Retrieves the position of the orig value in the secondary container. |
| ::posRelatedArrayIdx | Retrieves the position of the related field array index in the secondary container. |
| ::posRelatedFieldId | Retrieves the position of the related field ID in the secondary container. |
| ::posRelatedFieldLabelValue | Retrieves the position of the related field label value in the secondary container. |
| ::posRelatedTableId | Retrieves the position of the related table ID in the secondary container. |
Object Class
VersioningCompareRecordVersions Class
PurchReApprovalCompareRecordVersions Class
VersioningCompareRecordVersionsTS Class
VersioningCompareRecordVersions Class
PurchReApprovalCompareRecordVersions Class
VersioningCompareRecordVersionsTS Class
Community Additions
ADD
Show: