PurchReApprovalCompareRecordVersions Class [AX 2012]
The PurchReApprovalCompareRecordVersions class 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. (Inherited from VersioningCompareRecordVersions.) |
| 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.) |
| getIncludeField | Creates a map that indicates whether a field is included in the comparison. |
| 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 | Indicates whether the specified field is included in the comparison. (Overrides the includeInComparison Method.) |
| 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. (Overrides the isFieldVisibleAndAllowEdit Method.) |
| new | Initializes a new instance of the PurchReApprovalCompareRecordVersions class. (Overrides the new Method.) |
| 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 | Creates a container that contains the fields that are different in the two versions of the record. (Overrides the packChangedFields Method.) |
| parmIncludedFields | Gets or sets the IncludedFields parameter. |
| parmRuntime | Gets or sets the Runtime parameter. |
| parmTableId | Gets or sets the TableId parameter. (Inherited from VersioningCompareRecordVersions.) |
| 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. (Overrides the userHasViewAccess Method.) |
| 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 PurchReApprovalCompareRecordVersions class. |
| ::fieldsIncludedInCompare | Gets a list of fields that are included in the comparison. |
| ::newTableId | Creates and initializes an instance of the PurchReApprovalCompareRecordVersionsclass by using the table ID. |
Community Additions
ADD
Show: