PurchCommitmentBalanceSummaryCalc_PSN Class [AX 2012]
The PurchCommitmentBalanceSummaryCalc_PSN class is used to calculate the balance summary amounts for a commitment.
| Method | Description | |
|---|---|---|
| calculateBudgetRelatedAmounts | Calculate the amounts related to budget source using the BudgetSourceInquiryDetails API. |
| calculateDraftDecreases | Calculates the draft decreases amount for a commitment line. |
| calculateDraftIncreases | Calculates the draft increases amount for a commitment line. |
| calculatePurchaseOrderAmounts | Calculate the confirmed and unconfirmed purchase order amounts for a commitment document. |
| 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.) |
| getBudgetRelatedAmounts | Gets the total invoiced, total available and reserved commitment amounts for a commitment line. |
| getDraftAmounts | Gets the draft increases and draft decreases for a commitment line. |
| getPurchaseOrderAmounts | Gets the total purchase order, confirmed purchase order and unconfirmed purchase order amounts for a commitment line. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Sets all the instance variables used for storing commitment balance summary amounts to zero. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmPurchCommitmentLine | Gets or sets the PurchCommitmentLine 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates and initializes an instance of the PurchCommitmentBalanceSummaryCalc_PSN class. |
| ::getBalancesForBalanceSummaryForm | Gets all the amounts required for displaying on the commitments balance summary form. |
| ::getBudgetSourceAmount | Gets the sum of all amounts of a budget source for a given source document line. |
Community Additions
ADD
Show: