ServiceTaxServiceCodeSelection_IN Class [AX 2012]
The ServiceTaxServiceCodeSelection_IN class handles the service tax code selection.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findCustMultiInvWithDiffServiceCode | Find the 1st spec trans of customer invoice which has different Service accounting code than the given taxTrans |
| findCustMultiPayWithDiffServiceCode | Find the 1st spec trans of customer payment which has different Service accounting code than the given taxTrans |
| findVendMultiInvWithDiffServiceCode | Find the 1st spec trans of vendor invoice which has different Service accounting code than the given taxTrans |
| findVendMultiPayWithDiffServiceCode | Find the 1st spec trans of vendor payment which has different Service accounting code than the given taxTrans |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| 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.) |
| parmInvoiceTrans | Gets or sets the InvoiceTrans parameter. |
| parmPaymentTrans | Gets or sets the PaymentTrans parameter. |
| parmRecId | Gets or sets the RecId parameter. |
| parmTableId | Gets or sets the TableId parameter. |
| processServiceCode | Update Service Code during the settlement for different type of transaction given that each transaction line might or might not have the same service accouting code |
| 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.) |
| updateServiceCode | Update the Service code in TaxTrans by given voucher number and transaction date |
| updateServiceCodeForPaymentJournal | Update service code during settlement of direct settlement between invoices and payments |
| updateServiceForManualSettlement | Update service code during settlement of manual settlement between invoices and payments |
| updateServiceForPurchaseInvoice | Update service code for Purchase invoice which has payment attached |
| updateServiceForSalesInvoice | Update service code for Sales invoice which has payment attached |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Construst instance of ServiceTaxServiceCodeSelection_IN |
| ::getFirstServiceCodeFrmFTI | Get the service code of the first invoice line by given FTI invoice |
| ::getFirstServiceCodeFrmJournal | Get the service code of the first invoice line by given Voucher |
Community Additions
ADD
Show: