TaxWithholdPostSales_IN Class [AX 2012]
The TaxWithholdPostSales_IN class is used to post sales of the tax withhold data.
| Method | Description | |
|---|---|---|
| addPostingReference | Add a reference to LedgerPostingController object. (Inherited from TaxWithholdPost_IN.) |
| allowTaxWithholdAdjustmentDelete | Determines if tax withhold posting should delete tax withhold adjustments. (Inherited from TaxWithholdPost_IN.) |
| allowTaxWithholdUncommittedDelete | Determines if tax withhold posting should delete the TaxWithholdUncommitted_IN records. (Inherited from TaxWithholdPost_IN.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| deleteTaxWithholdRegulation | Removes the tax withhold adjustments for the current document. (Inherited from TaxWithholdPost_IN.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| exchRate | Gets the customer exchange rate. |
| exchRateSecondary | Gets the secondary exchange rate. |
| existsTax | Checks whether the tax data exists. (Overrides the existsTax Method.) |
| findPostingReference | Find the correct posting reference. (Inherited from TaxWithholdPost_IN.) |
| getCompanyToPost | Determines the company for which to be posted. (Inherited from TaxWithholdPost_IN.) |
| getOriginalHeadingRecId | Gets the original heading record ID. |
| getOriginalHeadingTableId | Gets the original heading table ID. |
| getProjLedgerDimension | Determines the project related ledger dimension. (Inherited from TaxWithholdPost_IN.) |
| getSalesPurchJournalLineFromTmpTax | Gets sales purch journal line from temporary tax. (Inherited from TaxWithholdPost_IN.) |
| getSalesPurchJournalLineFrTaxUnCommitted | This method is used to get sales purch journal line based on the invent Id. (Inherited from TaxWithholdPost_IN.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| headingRecId | Gets the heading rec id. (Inherited from TaxWithholdPost_IN.) |
| headingTableId | Gets the heading table id. (Inherited from TaxWithholdPost_IN.) |
| initLedgerPosting | Initialize the ledger posting. (Inherited from TaxWithholdPost_IN.) |
| journalNum | Gets the ledger journal id. (Inherited from TaxWithholdPost_IN.) |
| moveFromSales | Moves the transaction data from sales. |
| moveTaxLineToNewOwner | Moves all of the tax lines for the given document to a new document. (Inherited from TaxWithholdPost_IN.) |
| new | Creates a new instance of the TaxWithholdPostSales_IN 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.) |
| overrideVoucherOnPost | Determines whether posting should override the voucher when it posts to the TaxWithholdTrans_IN table. (Inherited from TaxWithholdPost_IN.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| post | The post method of the TaxWithholdPost_IN class. (Inherited from TaxWithholdPost_IN.) |
| postAsPerCompany | Posts tax withhold as per company. (Inherited from TaxWithholdPost_IN.) |
| postFindPostingReference | Determines if withhold tax posting should attempt to find the correct posting reference using the voucher and transdate on the withhold tax line. (Inherited from TaxWithholdPost_IN.) |
| postToTaxWithHoldTrans | Posts a TaxWithholdTrans_IN record. (Overrides the postToTaxWithHoldTrans Method.) |
| saveAndPostFromSubLedgerJournalLinesWHT | Posts withhold tax amounts to TaxWithholdTrans_IN and the ledger using TaxWithholdUncommitted_IN and SubLedgerJournalLines. (Inherited from TaxWithholdPost_IN.) |
| saveAndPostFromTaxWHTUncommitted | This method is the main entry point to post to TaxWithholdTrans_IN and to post withhold tax amounts to the Ledger using TaxWithholdUncommitted_IN. (Inherited from TaxWithholdPost_IN.) |
| saveAndPostFromTmpTaxWHTWorkTrans | This method is the main entry point to post to TaxWithholdTrans_IN and to post withhold tax amounts to the Ledger using TmpTaxWithholdWorkTrans_IN. (Inherited from TaxWithholdPost_IN.) |
| saveAndPostWHT | This method is the main entry point to post to TaxWithholdTrans_IN and to post withhold tax amounts to the Ledger. (Inherited from TaxWithholdPost_IN.) |
| setCPOrigRefRecid | Sets the value of original refenrence record Id. (Inherited from TaxWithholdPost_IN.) |
| setExchRates | Gets and sets the currency and exchange rate information about withhold tax. (Inherited from TaxWithholdPost_IN.) |
| setInvoiceAccount | Sets invoice account information. (Inherited from TaxWithholdPost_IN.) |
| setInvoiceAndPaymentData | Sets invoice and payment data. (Inherited from TaxWithholdPost_IN.) |
| setInvoiceCompany | Sets invoice company. (Inherited from TaxWithholdPost_IN.) |
| setInvoiceVoucher | Sets invoice voucher information. (Inherited from TaxWithholdPost_IN.) |
| setJournalLineCompany | Sets journal line company. (Inherited from TaxWithholdPost_IN.) |
| setLedgerData | Sets the ledger data information. (Inherited from TaxWithholdPost_IN.) |
| setPaymentAccount | Sets payment account information. (Inherited from TaxWithholdPost_IN.) |
| setPaymentCompany | Sets payment company information. (Inherited from TaxWithholdPost_IN.) |
| setSpecRefRecid | Sets spec reference rec id. (Inherited from TaxWithholdPost_IN.) |
| setSpecTransBuffer | Sets the spec trans buffer. (Inherited from TaxWithholdPost_IN.) |
| setTaxWithholdAmount | Sets tax withhold amount. (Inherited from TaxWithholdPost_IN.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setVoucherInterCompany | Sets interCompany voucher (Inherited from TaxWithholdPost_IN.) |
| setVoucherSettle | Sets settle voucher for CP direct settlement (Inherited from TaxWithholdPost_IN.) |
| setWHTContainerData | Sets WHT container data. (Inherited from TaxWithholdPost_IN.) |
| sourceRecId | Returns the RecId value of the transaction line that is currently being posted. (Overrides the sourceRecId Method.) |
| sourceTableId | Returns the TableId value of the transaction that should be taxed. (Overrides the sourceTableId Method.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| totalTaxWithholdAmount | This method returns the actual withhold tax amount. (Inherited from TaxWithholdPost_IN.) |
| updateAndPost | Serves as the main entry point for executing transaction-specific logic and posting to the TaxWithholdTrans_IN table, and for posting withhold tax amounts to the ledger. (Overrides the updateAndPost Method.) |
| updateTaxWithholdTrans | Updates tax withhold transaction. (Inherited from TaxWithholdPost_IN.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| useSubLedgerJournalLines | Returns a Boolean value that indicates whether the current transaction that is being posted supports SubLedgerDistributions or SubLedgerJournalLines records. (Overrides the useSubLedgerJournalLines Method.) |
| useTaxUncommitted | Determines whether the TaxWithholdPost_IN class should use the TaxWithholdUncommitted_IN table. (Overrides the useTaxUncommitted Method.) |
| validate | Validates the instance of the TaxWithholdPost_IN class. (Inherited from TaxWithholdPost_IN.) |
| validateWithholdTax | Determines if multiple taxtypes attached to transaction lines. (Inherited from TaxWithholdPost_IN.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: