InventTransOriginKeyValueTransfer Class [AX 2012]
The InventTransOriginKeyValueTransfer class is used to change the key value of the field that references the InventTransOrigin records for InventTrans records.
| Method | Description | |
|---|---|---|
| areStorageDimensionsKeptConsistent | Validates that storage dimensions are consistent for the InventTransOrigin records to which the transaction was transferred. |
| buildConsistentDimCheckQuery | Builds a query that returns the first transaction with inconsistency in the storage dimensions. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canTransfer | Indicates whether the reference can be transferred for all the records that are in the InventTransTMPOriginKeyValueTransfer table. |
| checkAreOriginsOfTransferType | Indicates whether the InventTransOrigin records are transfer orders. |
| checkCanTransfer | Validates that the references can be transferred. |
| checkCanTransferItem | Indicates whether the items on the transaction allows for the reference to be transferred. |
| checkDoesPolicyAllowTransfer | Validates that the InventTransOriginRefTransferPolicy class allows for the reference can be transferred. |
| deleteMarkings | Deletes markings for an InventTrans record. |
| deleteOriginAndOwnerRelationship | Deletes the InventTransOrigin records and the relation to its originator. |
| deleteOriginAndOwnerRelationshipFromType | Deletes InventTransOrigin records and the relation to the originator for records that does not have transactions that are based on values that are provided by the internal map. |
| deleteOriginOwnerRelationshipMovement | Deletes the relation from InventTransOrigin records to the originator for records that do not have transactions. |
| doesStatusIssueReceiptAllowTransfer | Indicates whether the InventTrans record has a StatusIssue and StatusReceipt value that allows for the reference can be transferred. |
| doesTransChildTypeAllowTransfer | Indicates whether the InventTrans record has a child type that allows for the reference to be transferred. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findInventTransOriginRelationFieldId | Finds the fieldId of the field that has the reference to the InventTransOrigin 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.) |
| inventDimParmInitConsistentStorageDim | Gets information about the dimensions that are consistent. |
| isTrackingRegistrationConfigured | Queries whether tracking registration is configured. |
| new | Initializes a new instance of the InventTransOriginKeyValueTransfer 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.) |
| parmInventTransOriginKeyValueTransferPol | Gets or sets the InventTransOriginKeyValueTransferPol parameter. |
| parmInventTransTMPOriginKeyValueTransfer | Gets or sets the InventTransTMPOriginKeyValueTransfer parameter. |
| parmInventTransTMPOriginTransferReturn | Gets or sets the InventTransTMPOriginTransferReturn parameter. |
| parmReferenceTypeToReferenceTableIdMap | Gets or sets the ReferenceTypeToReferenceTableIdMap parameter. |
| populateDeleteableInventTableOrigin | Populates an InventTransTMPOriginKeyValueTransfer temporary table instance with references to InventTransOrigin records which should be deleted. |
| processInventTransPostUpdate | Processes InventTrans records that are not yet transferred. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sumUpTransactions | Summarizes the inventory transactions for each to origin. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| transferEstimated | Transfers the relationship on all estimated transactions. |
| updateEstimatedTransactions | Updates the InventTransOrigin reference on the inventory transactions. |
| updateTrackingRegisterTransactions | Updates the InventTransOrigin reference on the tracking register transactions. |
| updateTransactionsReturnOrigin | Updates the ReturnInventTransOrigin reference on the inventory transactions. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| 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 InventTransOriginKeyValueTransfer class. |
| ::newFromParameters | Initializes an instance of the InventTransOriginKeyValueTransfer class. |
Community Additions
ADD
Show: