TaxReportDomesticTransferCursor_IT Class [AX 2012]
The TaxReportDomesticTransferCursor_IT class analyzes a TaxTrans record and provides simple access to the results of this analysis.
| Method | Description | |
|---|---|---|
| accountNum | Gets customer's or vendor's account number. |
| calcIsReversed | Calculates whether the cust/vend transaction for the tax transaction is reversed. |
| calcIsTaxTransAlreadyTransferred | Indicates whether the tax transaction has already been transferred. |
| calcPaymentType | Gets the payment type for the tax transaction. |
| calcTransSettledPaymentsCount | Gets the number of payment transactions settled against the customer/vendor transaction of the tax transaction. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| creditNoteOriginalInvoiceDate | Gets the invoice date of the original invoice if the tax transaction is related to a credit note. |
| creditNoteOriginalInvoiceId | Gets the invoice number of the original invoice if the tax transaction is related to a credit note. |
| custInvoiceJour | Gets customer invoice journal if the tax transaction relates to a customer invoice. |
| custTrans | Gets the customer transaction if the tax transaction relates to a customer transaction. |
| custVendInvoiceJour | Gets the customer/vendor invoice journal if the tax transaction relates to an invoice. |
| custVendTable | Gets the customer/vendor for the tax transaction. |
| custVendTrans | Retrieves the customer or vendor transaction for the tax transaction. |
| custVendTransReportLineBase | Retrieves the customer or vendor transaction. |
| custVendTransSettledInvoice | Gets the customer or vendor transaction related to the invoice settled with the customer or vendor transaction of the tax transaction. |
| direction | Determines whether the tax transaction is related to a purchase or a sale. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findCustInvoiceJour | |
| findProjInvoiceJour | |
| findVendInvoiceJour | |
| getCustVendSettlementEmptyBuffer | |
| getCustVendTransEmptyBuffer | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasSettlements | Indicates whether the tax transaction relates to a customer/vendor transaction which is at least partially settled. |
| hasSingleSettledInvoice | Indicates whether the customer/vendor transaction of the tax transaction is settled against a single invoice. |
| init | Processes the specified tax transaction. |
| initCustVendTable | |
| initSettledInvoiceInfo | |
| initTaxTransOriginRecords | |
| initThresholdBaseAmounts | |
| isBlacklisted | Indicates whether the tax transaction is black listed. |
| isCreditNote | Indicates whether the tax transaction relates to a credit note. |
| isDateOfSettledInvoiceBeforeYear2010 | Determines if the tax transaction was settled before the year 2010. |
| isEuropeanTransaction | Indicates whether the tax transaction relates to EU trade (whether it is a reverse charge transaction). |
| isFreeTextInvoice | Indicates whether the tax transaction relates to a free text invoice. |
| isInvoice | Indicates whether the tax transaction relates to an invoice. |
| isNonInvoicedTransaction | Indicates whether the tax transaction is not related to an invoice. |
| isOriginalInvoice | Indicates whether the tax transaction relates to an original invoice (not credit note). |
| isPrepayment | Indicates whether the tax transaction relates to a prepayment. |
| isPurch | Indicates whether the tax transaction relates to a purchase. |
| isReportLineBaseCreditNote | Indicates whether the tax transaction relates to a credit note. |
| isSales | Indicates whether the tax transaction relates to a sale. |
| isSettledInvoiceInPastFiscalYear | Indicates whether the tax transaction relates to a customer/vendor transaction which is settled against an invoice in one of the previous years. |
| isSettledInvoiceInSameFiscalYear | Indicates whether the tax transaction relates to a customer/vendor transaction which is settled against an invoice in the report's year. |
| moduleCustVend | Returns a ModuleCustVend enumeration value that shows if the tax transaction is related to trade with a customer or with a vendor. |
| 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.) |
| recordType | Gets the type of the record in the report for the tax transaction. |
| reportTable | Gets the report table for which we are processing the tax transactions. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| taxAmount | Gets the tax amount of the tax transaction. |
| taxBaseAmount | Gets the base amount of the tax transaction. |
| taxDirectionMultiplier | |
| taxTrans | Gets the tax transaction. |
| thresholdBaseAmount | Gets the upper estimate on the threshold base amount for the tax transaction. |
| 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.) |
| vendTrans | Gets the vendor transaction if the tax transaction relates to a vendor transaction. |
| 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 TaxReportDomesticTransferCursor_IT class. |
Community Additions
ADD
Show: