InventCostIndirectFinancial Class [AX 2012]
The InventCostIndirectFinancial class keeps track of the indirect cost that is related to the inventory transactions that are financially updated and updates the indirect cost transactions accordingly.
| Method | Description | |
|---|---|---|
| addToIndirectCost | Adds the amount to the indirectCostMap object. |
| addToUpdateAmount | Adds an amount to the updateAmountMap object. |
| 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.) |
| getIndirectCostEnumerator | Retrieves the indirect cost that is related to the last updated inventory transaction. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| key | Retrieves a key to the remainingQty map. |
| new | Initializes a new instance of the InventCostIndirectFinancial 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.) |
| parmAccountOperation | Gets or sets the AccountOperation parameter. |
| parmHasIndirectCost | Gets or sets the HasIndirectCost parameter. |
| parmPostingOperation | Gets or sets the PostingOperation parameter. |
| parmStornoPhysical | Gets or sets the StornoPhysical parameter. |
| post | Updates and posts the indirect transactions. |
| postIndirectTrans | Posts an indirect transaction. |
| remainingQty | Retrieves the remaining quantity that is related to the physical update of an inventory transaction. |
| setReturnQty | Sets the quantity returned. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| subtractFromRemainingQty | Subtracts the quantity of the inventory transaction from the remainingQty map. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| update | Retrieves the indirect cost related to an inventory transaction that is financially updated. The indirect cost is added to the indirect cost that must be financially updated. |
| updateAmount | Retrieves the amount that should be updated on an indirect transaction. |
| updateAndPostIndirectTrans | Updates and posts an indirect cost transaction. |
| updateIndirectTransAmount | Updates and posts the indirect transaction with the specified amount. |
| 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 |
Community Additions
ADD
Show: