VendDocumentTableTypePhysical_PurchParm Class [AX 2012]
The VendDocumentTableTypePhysical_PurchParm class is used for validation, and also to apply default values to active invoice headers.
| Method | Description | |
|---|---|---|
| axVendDocumentTableMap | (Inherited from VendDocumentTableTypePhysical.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkDateForInvoice | Validates the accounting date provided for invoice documents. |
| defaultRow | Applies default values to an active invoice header record. (Overrides the defaultRow Method.) |
| determineDefaultRecalculate | Determines the default value for the recalculate field. (Overrides the determineDefaultRecalculate Method.) |
| determineDefaultVendInvoiceGroup | Determines the default value for the VendInvoiceGroup field. (Overrides the determineDefaultVendInvoiceGroup Method.) |
| determineDefaultVendInvoiceSaveStatus | Determines the save status of an invoice. (Overrides the determineDefaultVendInvoiceSaveStatus Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initDefaultCashDiscDate | Applies default values to fields that are required to calculate the CashDiscDate field. (Overrides the initDefaultCashDiscDate Method.) |
| initState | Initializess the internal state. (Overrides the initState Method.) |
| invoiceId_BR | Gets the invoice ID by joining the invoice series with the invoice number. |
| mainStrategy | (Inherited from VendDocumentTableTypePhysical.) |
| 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.) |
| 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.) |
| validateCurrencyCodeForInvoice | Validates the CurrencyCode field for invoice documents. (Overrides the validateCurrencyCodeForInvoice Method.) |
| validateDocumentDateForInvoice | Validates the DocumentDate field for the invoice documents. (Overrides the validateDocumentDateForInvoice Method.) |
| validateInvoiceAccountForInvoice | Validates the InvoiceAccount field for invoice documents. (Overrides the validateInvoiceAccountForInvoice Method.) |
| validateNumForInvoice | Validates the Num field for invoice documents. (Overrides the validateNumForInvoice Method.) |
| validatePurchIdForInvoice | Validates the PurchId field for invoice documents. (Overrides the validatePurchIdForInvoice Method.) |
| validateTransDateForInvoice | Validates the TransDate field for the invoice documents. (Overrides the validateTransDateForInvoice Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: