LedgerJournalTaxDocument Class [AX 2012]
The LedgerJournalTaxDocument class is the implementation of the TaxableDocument interface for Journals that is used to feed data to Tax to support Tax calculations and Tax posting.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| doTaxGroupExistsForDocument | Determines if tax group are set on any line of the document. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCompanyForJournal | Gets the company for the journal. |
| getCurrentLine | Gets an object which implements TaxableLine interface that represents the current transaction line. |
| getCurrentMiscellaneousCharge | Gets an object which implements the TaxableLine interface that represents the current miscellaneous charge line. |
| getFirstLine | Reads the first transaction line. |
| getFirstMiscellaneousCharge | Reads the first miscellaneous charge line. |
| getInvoiceId | Gets the invoice ID. |
| getJournalizedDocument | Gets the table buffer that represents the journalized document header for the transaction. |
| getLineByLedgerJournalTrans | Gets an object that implements the TaxableLine interface that represents the transaction line that is specified by the specified parameter. |
| getLineByRecId | Gets an object which implements the TaxableLine interface that represents the transaction line that is specified by the specified parameter. |
| getMainAccountType | Gets the main account type for the specified voucher. |
| getModuleType | Gets the module type. |
| getNextLine | Reads the next transaction line. |
| getNextLineVatTaxAgentPrepayment | Moves to the next line of the ledger journal transaction if country RU, line is prepayment and tax calculation on prepayments has been turned off in parameters. |
| getNextMiscellaneousCharge | Reads the next miscellaneous charge line. |
| getOriginalCompany | Gets the OriginalCompany field from the LedgerJournalTrans record. |
| getOriginalJournalNum | Gets the OriginalJournalNum field from the LedgerJournalTrans record. |
| getPrepaymentByPrimaryAccountType | Gets a value that indicates whether prepayments are supported, depending on the main account type for the voucher. |
| getReferenceNumber | Gets the reference number. |
| getSourceCompany | Determines the source company in an intercompany document. |
| getSourceHeader | Gets the table buffer that represents the source document header for the transaction. |
| getTaxIncluded | Gets a flag that indicates whether line amounts include taxes. |
| getTaxObligationCompany | Gets the company for which we have a tax obligation. |
| getTaxOnPrepayment | Determines whether this is a prepayment and if taxes apply. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isCustomerPayment | Determines whether the current journal is a customer payment. |
| isPayment | Determines whether the document is being taxed is a payment. |
| isVendorPayment | Determines whether the current journal is a vendor payment. |
| new | |
| 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.) |
| parmForceTaxable_RU | Gets or sets the ForceTaxable_RU parameter. |
| parmIntercompanyJournal | Gets or sets the intercompanyJournal variable in this class. |
| parmIntercompanyMap | Gets or sets the intercompanyRecIdMap variable in this class. |
| parmServTaxCentralizedPayment_IN | Gets or sets the ServTaxCentralizedPayment_IN parameter. |
| parmSkipUseTaxUncommitted_RU | Gets or sets the SkipUseTaxUncommitted_RU parameter. |
| parmTaxRateDateOverride | Gets or sets the TaxRateDateOverride parameter. |
| 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.) |
| updateLedgerJournalTableForInterWHT_IN | Gets new ledgerJournalTable due to interCompany journal number |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| useSourceDocumentFramework | This method returns a Boolean value that indicates whether the current transaction supports the source document framework. |
| useTaxUncommitted | Indicates whether taxes should allow customers to use the TaxUncommitted table to store taxes which 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.) |
| ::clearCachedTaxExistenceCheck | Clears any cached tax existence information about the specified journal. |
| ::construct | Constructs an instance of the LedgerJournalTaxDocument class. |
| ::constructForPosting | Creates an instance of the LedgerJournalTaxDocument class. |
| ::doTaxGroupExistsForDocument_Server | Gets a value that indicates whether taxes exist on any line of the document. |
Object Class
LedgerJournalTaxDocument Class
LedgerJournalTaxDocumentTmp_RU Class
LedgerJournalTaxWithholdDocument_IN Class
LedgerJournalTaxDocument Class
LedgerJournalTaxDocumentTmp_RU Class
LedgerJournalTaxWithholdDocument_IN Class
Community Additions
ADD
Show: