Share via


TaxReportDomesticTransferCursor_IT Class [AX 2012]

The TaxReportDomesticTransferCursor_IT class analyzes a TaxTrans record and provides simple access to the results of this analysis.

Syntax

class TaxReportDomesticTransferCursor_IT

Run On

Server

Methods

  Method Description
JJ790209.pubmethod(en-us,AX.60).gif accountNum Gets customer's or vendor's account number.
JJ790209.pubmethod(en-us,AX.60).gif calcIsReversed Calculates whether the cust/vend transaction for the tax transaction is reversed.
JJ790209.pubmethod(en-us,AX.60).gif calcIsTaxTransAlreadyTransferred Indicates whether the tax transaction has already been transferred.
JJ790209.pubmethod(en-us,AX.60).gif calcPaymentType Gets the payment type for the tax transaction.
JJ790209.protmethod(en-us,AX.60).gif calcTransSettledPaymentsCount Gets the number of payment transactions settled against the customer/vendor transaction of the tax transaction.
JJ790209.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif creditNoteOriginalInvoiceDate Gets the invoice date of the original invoice if the tax transaction is related to a credit note.
JJ790209.pubmethod(en-us,AX.60).gif creditNoteOriginalInvoiceId Gets the invoice number of the original invoice if the tax transaction is related to a credit note.
JJ790209.pubmethod(en-us,AX.60).gif custInvoiceJour Gets customer invoice journal if the tax transaction relates to a customer invoice.
JJ790209.pubmethod(en-us,AX.60).gif custTrans Gets the customer transaction if the tax transaction relates to a customer transaction.
JJ790209.pubmethod(en-us,AX.60).gif custVendInvoiceJour Gets the customer/vendor invoice journal if the tax transaction relates to an invoice.
JJ790209.pubmethod(en-us,AX.60).gif custVendTable Gets the customer/vendor for the tax transaction.
JJ790209.pubmethod(en-us,AX.60).gif custVendTrans Retrieves the customer or vendor transaction for the tax transaction.
JJ790209.pubmethod(en-us,AX.60).gif custVendTransReportLineBase Retrieves the customer or vendor transaction.
JJ790209.pubmethod(en-us,AX.60).gif custVendTransSettledInvoice Gets the customer or vendor transaction related to the invoice settled with the customer or vendor transaction of the tax transaction.
JJ790209.pubmethod(en-us,AX.60).gif direction Determines whether the tax transaction is related to a purchase or a sale.
JJ790209.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ790209.privmethod(en-us,AX.60).gif findCustInvoiceJour
JJ790209.privmethod(en-us,AX.60).gif findProjInvoiceJour
JJ790209.privmethod(en-us,AX.60).gif findVendInvoiceJour
JJ790209.privmethod(en-us,AX.60).gif getCustVendSettlementEmptyBuffer
JJ790209.privmethod(en-us,AX.60).gif getCustVendTransEmptyBuffer
JJ790209.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif hasSettlements Indicates whether the tax transaction relates to a customer/vendor transaction which is at least partially settled.
JJ790209.pubmethod(en-us,AX.60).gif hasSingleSettledInvoice Indicates whether the customer/vendor transaction of the tax transaction is settled against a single invoice.
JJ790209.pubmethod(en-us,AX.60).gif init Processes the specified tax transaction.
JJ790209.privmethod(en-us,AX.60).gif initCustVendTable
JJ790209.privmethod(en-us,AX.60).gif initSettledInvoiceInfo
JJ790209.privmethod(en-us,AX.60).gif initTaxTransOriginRecords
JJ790209.privmethod(en-us,AX.60).gif initThresholdBaseAmounts
JJ790209.pubmethod(en-us,AX.60).gif isBlacklisted Indicates whether the tax transaction is black listed.
JJ790209.pubmethod(en-us,AX.60).gif isCreditNote Indicates whether the tax transaction relates to a credit note.
JJ790209.pubmethod(en-us,AX.60).gif isDateOfSettledInvoiceBeforeYear2010 Determines if the tax transaction was settled before the year 2010.
JJ790209.pubmethod(en-us,AX.60).gif isEuropeanTransaction Indicates whether the tax transaction relates to EU trade (whether it is a reverse charge transaction).
JJ790209.pubmethod(en-us,AX.60).gif isFreeTextInvoice Indicates whether the tax transaction relates to a free text invoice.
JJ790209.pubmethod(en-us,AX.60).gif isInvoice Indicates whether the tax transaction relates to an invoice.
JJ790209.pubmethod(en-us,AX.60).gif isNonInvoicedTransaction Indicates whether the tax transaction is not related to an invoice.
JJ790209.pubmethod(en-us,AX.60).gif isOriginalInvoice Indicates whether the tax transaction relates to an original invoice (not credit note).
JJ790209.pubmethod(en-us,AX.60).gif isPrepayment Indicates whether the tax transaction relates to a prepayment.
JJ790209.pubmethod(en-us,AX.60).gif isPurch Indicates whether the tax transaction relates to a purchase.
JJ790209.pubmethod(en-us,AX.60).gif isReportLineBaseCreditNote Indicates whether the tax transaction relates to a credit note.
JJ790209.pubmethod(en-us,AX.60).gif isSales Indicates whether the tax transaction relates to a sale.
JJ790209.pubmethod(en-us,AX.60).gif isSettledInvoiceInPastFiscalYear Indicates whether the tax transaction relates to a customer/vendor transaction which is settled against an invoice in one of the previous years.
JJ790209.pubmethod(en-us,AX.60).gif isSettledInvoiceInSameFiscalYear Indicates whether the tax transaction relates to a customer/vendor transaction which is settled against an invoice in the report's year.
JJ790209.pubmethod(en-us,AX.60).gif moduleCustVend Returns a ModuleCustVend enumeration value that shows if the tax transaction is related to trade with a customer or with a vendor.
JJ790209.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif recordType Gets the type of the record in the report for the tax transaction.
JJ790209.pubmethod(en-us,AX.60).gif reportTable Gets the report table for which we are processing the tax transactions.
JJ790209.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif taxAmount Gets the tax amount of the tax transaction.
JJ790209.pubmethod(en-us,AX.60).gif taxBaseAmount Gets the base amount of the tax transaction.
JJ790209.privmethod(en-us,AX.60).gif taxDirectionMultiplier
JJ790209.pubmethod(en-us,AX.60).gif taxTrans Gets the tax transaction.
JJ790209.pubmethod(en-us,AX.60).gif thresholdBaseAmount Gets the upper estimate on the threshold base amount for the tax transaction.
JJ790209.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif vendTrans Gets the vendor transaction if the tax transaction relates to a vendor transaction.
JJ790209.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ790209.pubmethod(en-us,AX.60).gif JJ790209.static(en-us,AX.60).gif ::construct Initializes a new instance of the TaxReportDomesticTransferCursor_IT class.

Top

Inheritance Hierarchy

Object Class
  TaxReportDomesticTransferCursor_IT Class