TaxModelDocLineSalesHelper_IN Class [AX 2012]
The TaxModelDocLineSalesHelper_IN class is a helper class that supports the implementation of document line domain objects that support sales tax.
| 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.) |
| getAssessableValueTransactionCurrency | Gets the assessable value of the document line. (Inherited from TaxModelDocLineHelper_IN.) |
| getCustTable | Gets the CustTable based on the cust account on the transaction line. (Inherited from TaxModelDocLineHelper_IN.) |
| getDocumentLineExtensionMap | Gets the extension map TaxModelDocLineExtensionIN of the documentLineMap. (Inherited from TaxModelDocLineHelper_IN.) |
| getDocumentLineMainTableId | Gets the TableId of the document line main table. (Inherited from TaxModelDocLineHelper_IN.) |
| getDocumentLineMainTableRecId | Gets the RecId of the document line main table. (Inherited from TaxModelDocLineHelper_IN.) |
| getDocumentLineOriginalTable | Gets the SalesPurchJournalLine_IN of the document line original table. (Inherited from TaxModelDocLineHelper_IN.) |
| getInventTransId | Gets the InventTransId of the document line. (Inherited from TaxModelDocLineHelper_IN.) |
| getItemId | Gets the ItemId of the document line. (Inherited from TaxModelDocLineHelper_IN.) |
| getMaximumRetailPriceTransactionCurrency | Gets the maximum retail price of the document line. (Inherited from TaxModelDocLineHelper_IN.) |
| getOriginalTaxModelTaxable | Gets the original TaxModelTaxable_IN of the document line. (Inherited from TaxModelDocLineHelper_IN.) |
| getQuantity | Gets the quantity from the transaction line. (Inherited from TaxModelDocLineHelper_IN.) |
| getReferenceTaxModelDocLine | Gets the reference TaxModel doc line. (Inherited from TaxModelDocLineHelper_IN.) |
| getSalesReferenceTaxModelDocLine | Gets the sales reference tax model document line. |
| getSalesTaxAccountType | Gets the tax account type, based on the given TaxOnItem record. |
| getSalesTaxFormTypesRecId | Gets the RecId value of the SalesTaxFormTypes_IN record that is related to the current document line. |
| getSalesTaxFormTypeTable | Gets the SalesTaxFormTypes_IN record that is related to the current document line. |
| getSalesTaxOffsetAccountType | Gets the tax offset account type, based on the given TaxOnItem record. |
| getSalesTaxRegistrationNumber | Gets the sales tax registration number. |
| getSalesTaxRegistrationRefRecId | Gets the RecId value of the sales tax registration. |
| getTaxCode | Gets the tax code for the transaction line. (Inherited from TaxModelDocLineHelper_IN.) |
| getTaxDirection | Gets the tax direction. (Inherited from TaxModelDocLineHelper_IN.) |
| getTaxGroup | Gets the tax group for the transaction line. (Inherited from TaxModelDocLineHelper_IN.) |
| getTaxInfomationTable | Gets the TaxInformation_IN based on the tax location. (Inherited from TaxModelDocLineHelper_IN.) |
| getTaxItemGroup | Gets the item tax group for the transaction line. (Inherited from TaxModelDocLineHelper_IN.) |
| getTaxLocationRefRecId | Gets the tax location RefRecId on the transaction. (Inherited from TaxModelDocLineHelper_IN.) |
| getTaxLogisticsPostalAddressTable | Gets the tax LogisticsPostalAddress of this transaction document line. (Inherited from TaxModelDocLineHelper_IN.) |
| getTaxRateBasingDate | Gets the tax rate basing date for the given tax type. (Inherited from TaxModelDocLineHelper_IN.) |
| getTaxRegistrationNumber | Gets the TaxRegistrationNumber_IN of the tax registration based on the given tax type. (Inherited from TaxModelDocLineHelper_IN.) |
| getTaxRegistrationNumberRefRecId | Gets the RecId of the tax registration based on the given tax type. (Inherited from TaxModelDocLineHelper_IN.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTransactionType | Gets TaxModelTransactionType_IN of the transaction (Inherited from TaxModelDocLineHelper_IN.) |
| getTransDate | Gets the Transaction posting date (Inherited from TaxModelDocLineHelper_IN.) |
| getVendTable | Gets the VendTable based on the vendor account on the transaction line. (Inherited from TaxModelDocLineHelper_IN.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isBasedOnReferenceTaxModelDocLine | Determines if the doc line is based on reference taxmodel doc line or not. (Inherited from TaxModelDocLineHelper_IN.) |
| isForegin | To determine if the transaction is related to a foregin account. (Inherited from TaxModelDocLineHelper_IN.) |
| isPayment | To determine if the transaction is a payment or not. (Inherited from TaxModelDocLineHelper_IN.) |
| isTaxTypeAttached | Check to see if the transaction document has the given TaxType_INTaxCode (Inherited from TaxModelDocLineHelper_IN.) |
| 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.) |
| setDocumentLine | Sets the document line buffer.The method should only be called by the TaxModelDocLineFactoryable_IN classes. (Inherited from TaxModelDocLineHelper_IN.) |
| setTaxModelSalesTaxable | Sets the instance of the TaxModelSalesTaxable_IN interface. |
| setTaxModelTaxable | Sets the instance of TaxModelTaxable_IN (Inherited from TaxModelDocLineHelper_IN.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| shouldPostTaxTrans | To determine if tax transaction should be posted or not. (Inherited from TaxModelDocLineHelper_IN.) |
| shouldSkipSalesTax | Determines whether the sales tax should be skipped on the current transaction line. |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: