CzTaxDocumentFormEngine Class [AX 2012]
The CzTaxDocumentFormEngine provides several functions to the CzTaxDocument form.
| Method | Description | |
|---|---|---|
| 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.) |
| find | |
| 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 CzTaxDocumentFormEngine 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.) |
| recalcDocument | Clears and recalculates the tax and settlement values for the tax document. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| settledCur | Returns the amount settled for the tax document in transaction currency. |
| settledMST | Returns the amount settled for the tax document in accounting currency. |
| settlementCalc | |
| settlementFind | |
| taxAmountCur | Returns the tax amount in transaction currency for the specified TaxType_W. |
| taxAmountCur_Other | Returns the tax amount in transaction currency where the TaxType_W of the tax is Other. |
| taxAmountCur_VAT_Full | Returns the tax amount in transaction currency where the TaxType_W of the tax is Standard VAT. |
| taxAmountCur_VAT_Reduced | Returns the tax amount in transaction currency where the TaxType_W of the tax is Reduced VAT. |
| taxAmountMST | Returns the tax amount in accounting currency for the specified TaxType_W. |
| taxAmountMST_Other | Returns the tax amount in accounting currency where the TaxType_W of the tax is Other. |
| taxAmountMST_VAT_Full | Returns the tax amount in accounting currency where the TaxType_W of the tax is Standard VAT. |
| taxAmountMST_VAT_Reduced | Returns the tax amount in accounting currency where the TaxType_W of the tax is Reduced VAT. |
| taxBaseAmountCur | Returns the tax base amount in transaction currency for the specified TaxType_W. |
| taxBaseAmountCur_Other | Returns the tax base amount in transaction currency where the TaxType_Wof the tax is Other. |
| taxBaseAmountCur_VAT_Full | Returns the tax base amount in transaction currency where the TaxType_Wof the tax is Standard VAT. |
| taxBaseAmountCur_VAT_Reduced | Returns the tax base amount in transaction currency where the TaxType_Wof the tax is Reduced VAT. |
| taxBaseAmountMST | Returns the tax base amount in accounting currency for the specified TaxType_W. |
| taxBaseAmountMST_Other | Returns the tax base amount in accounting currency where the TaxType_Wof the tax is Other. |
| taxBaseAmountMST_VAT_Full | Returns the tax base amount in accounting currency where the TaxType_Wof the tax is Standard VAT. |
| taxBaseAmountMST_VAT_Reduced | Returns the tax base amount in accounting currency where the TaxType_Wof the tax is Reduced VAT. |
| 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.) |
| ::calc |
Community Additions
ADD
Show: