BankStatementTaxDocument Class [AX 2012]
The BankStatementTaxDocument class is the tax document from a bank statement.
| Method | Description | |
|---|---|---|
| calcTax | Calculate the tax amounts. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| doTaxGroupExistsForDocument | Determines whether tax groups are set on any line of the document. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCurrentLine | Retrieves an object that implements the TaxableLine interface and represents a transaction line. |
| getCurrentMiscellaneousCharge | Retrieves an object that implements the TaxableLine interface and represents a miscellaneous charge line. |
| getFirstLine | Indicates whether the first transaction line is found. |
| getFirstMiscellaneousCharge | Indicates whether the first miscellaneous charge line is found. |
| getInvoiceId | Retrieves an invoice ID. |
| getJournalizedDocument | Retrieves a record that represents the journalized document header for a transaction. |
| getLineByRecId | Retrieves an object that implements the TaxableLine interface and represents a transaction line that is specified by a record ID. |
| getModuleType | Retrieves a module type. |
| getNextLine | Indicates whether the next transaction line is found. |
| getNextMiscellaneousCharge | Indicates whether the next miscellaneous charge line is found. |
| getReferenceNumber | Retrieves a reference number. |
| getSourceCompany | Determines the source company in an intercompany document. |
| getSourceHeader | Gets a record that represents the source document header for a transaction. |
| getTaxIncluded | Indicates whether the line amounts include taxes. |
| getTaxObligationCompany | Gets the company for which you have a tax obligation. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isPayment | Indicates whether the document that is being taxed is a payment. |
| new | Initializes a new instance of the BankStatementTaxDocument 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.) |
| parmStatement | Gets or sets the Statement parameter. |
| post | Posts the tax. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tax | Retrieves a tax calculation instance. |
| 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.) |
| useSourceDocumentFramework | Indicates whether a transaction supports the source document framework. |
| useTaxUncommitted | Indicates whether the taxes should allow for the use of the TaxUncommitted table to store taxes that have not yet been journalized. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates an instance of the BankStatementTaxDocument class. |
Community Additions
ADD
Show: