PurchTableDocument Class [AX 2012]
The PurchTableDocument class is the workflow document class for the PurchTable table.
| Method | Description | |
|---|---|---|
| calcHistoryInvoiceAmount | |
| calcLineInvoiceAmount | Calculates the line amount for the purchase order. |
| 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.) |
| getPurchTable | |
| getPurchTotals | |
| getQuery | Returns an initialized query object based on the query name that is returned from the getQueryName method. (Inherited from WorkflowDocument.) |
| getQueryName | Retrieves the name of the query to use for the document. (Overrides the getQueryName Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the PurchTableDocument 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.) |
| parmBudgetCheckResult | Gets the BudgetSourceCheckResult for all the purch line records associated with the PurchTable record. |
| parmCalcBalance | Calculates the balance for the actual purchase order. |
| parmCalcCashDiscount | Calculates the purchase totals cash discount converted into company currency. |
| parmCalcDeltaInvoiceAmount | Calculates the difference between the purchase order invoice amount and the latest approved purchase order. |
| parmCalcDeltaInvoiceAmountPct | Calculates, as a percentage, the difference between the actual purchase order invoice amount and the latest approved purchase order. |
| parmCalcInvoiceAmount | Calculates the total purchase order invoice amount and converts it company currency. |
| parmCalcLineDiscount | Calculates the total purchase order line discount and converts it into company currency. |
| parmCalcLineDiscountPct | Calculated as in Purchase Totals Line discount percentage of the invoice amount. |
| parmCalcTotalDiscount | Calculates the total purchase order total discount and converts it into company currency. |
| parmCalcTotalMiscCharges | Calculates the total purchase order miscellaneous charges and converts it into company currency. |
| parmCalcTotalMiscChargesPct | Calculates, as a percentage, the total purchase order miscellaneous charges of the invoice amount. |
| parmRequiresReApproval | Indicates whether a given purchase order requires approval. |
| parmVersionExists | Determines whether a version exists for a given purchase order. |
| 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 | Initializes a new instance of the PurchTableDocument class. |
Community Additions
ADD
Show: