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.

Syntax

class InventCostIndirectFinancial

Run On

Called

Methods

  Method Description
Gg743732.protmethod(en-us,AX.60).gif addToIndirectCost Adds the amount to the indirectCostMap object.
Gg743732.protmethod(en-us,AX.60).gif addToUpdateAmount Adds an amount to the updateAmountMap object.
Gg743732.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg743732.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg743732.pubmethod(en-us,AX.60).gif getIndirectCostEnumerator Retrieves the indirect cost that is related to the last updated inventory transaction.
Gg743732.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg743732.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg743732.protmethod(en-us,AX.60).gif key Retrieves a key to the remainingQty map.
Gg743732.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventCostIndirectFinancial class.
Gg743732.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg743732.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg743732.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg743732.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg743732.protmethod(en-us,AX.60).gif parmAccountOperation Gets or sets the AccountOperation parameter.
Gg743732.pubmethod(en-us,AX.60).gif parmHasIndirectCost Gets or sets the HasIndirectCost parameter.
Gg743732.protmethod(en-us,AX.60).gif parmPostingOperation Gets or sets the PostingOperation parameter.
Gg743732.protmethod(en-us,AX.60).gif parmStornoPhysical Gets or sets the StornoPhysical parameter.
Gg743732.pubmethod(en-us,AX.60).gif post Updates and posts the indirect transactions.
Gg743732.protmethod(en-us,AX.60).gif postIndirectTrans Posts an indirect transaction.
Gg743732.protmethod(en-us,AX.60).gif remainingQty Retrieves the remaining quantity that is related to the physical update of an inventory transaction.
Gg743732.pubmethod(en-us,AX.60).gif setReturnQty Sets the quantity returned.
Gg743732.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg743732.protmethod(en-us,AX.60).gif subtractFromRemainingQty Subtracts the quantity of the inventory transaction from the remainingQty map.
Gg743732.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg743732.pubmethod(en-us,AX.60).gif 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.
Gg743732.protmethod(en-us,AX.60).gif updateAmount Retrieves the amount that should be updated on an indirect transaction.
Gg743732.protmethod(en-us,AX.60).gif updateAndPostIndirectTrans Updates and posts an indirect cost transaction.
Gg743732.protmethod(en-us,AX.60).gif updateIndirectTransAmount Updates and posts the indirect transaction with the specified amount.
Gg743732.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg743732.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg743732.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg743732.pubmethod(en-us,AX.60).gif Gg743732.static(en-us,AX.60).gif ::construct

Top

Remarks

The indirect cost transactions must be updated when the inventory transaction is financially updated.

Inheritance Hierarchy

Object Class
  InventCostIndirectFinancial Class