InventTransferCalcTax_BR Class [AX 2012]
Class that abstracts the access of transfer order tables for tax calculation
| Method | Description | |
|---|---|---|
| allowSingleLineAdjustment | Indicates whether the transaction supports adjusting a single line. (Inherited from TradeCalcTax.) |
| amounts | Returns the amount of the transfer order line |
| calcTax | Calculate the taxes for transfer order (Overrides the calcTax Method.) |
| calcWithholdTax_IN | Calculates withhold tax. (Inherited from TradeCalcTax.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createEnumerableFactory | (Inherited from TradeCalcTax.) |
| currencyCode | Returns the company standard currency |
| defaultDimension | Returns the default dimension for the given transfer order line |
| doTaxGroupExistsForDocument | Gets a value that indicates whether a tax group exists for any line of the document. (Inherited from TradeCalcTax.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getInventDimSiteId | Gets the invent site id associated with the invent transfer line.The search will look at different fields depending if the transfer order line is a shipment or a receipt transfer order line |
| getTaxAdjustmentDetailDescription | Gets the description of the tax adjustment detail for the specified tax source. (Inherited from TradeCalcTax.) |
| getTaxAdjustmentDetailReference | Gets the reference of the tax adjustment detail for the specified tax source. (Inherited from TradeCalcTax.) |
| getTaxAdjustmentDetailType | Gets the type of the tax adjustment detail for the specified tax source. (Inherited from TradeCalcTax.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initCursor | Inititializes the transfer order lines query |
| invoiceDate | Returns the system date (Overrides the invoiceDate Method.) |
| mcrGetReturnTaxTotal | Returns the tax total related to the return portion of the order. (Inherited from TradeCalcTax.) |
| new | Instantiates the InventTransferCalcTax_BR object |
| nextLine | Fetches the next record |
| 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.) |
| operationAccount | Returns the inventory main account related to the transfer order line |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmContract | Gets the Contract parameter. (Inherited from TradeCalcTax.) |
| parmEnumerableFactory | Gets or sets the EnumerableFactory parameter. (Inherited from TradeCalcTax.) |
| parmGoodsInRouteId_RU | Gets or sets the GoodsInRouteId_RU parameter. (Inherited from TradeCalcTax.) |
| parmInvoicePostingType_RU | Gets or sets the InvoicePostingType_RU parameter. (Inherited from TradeCalcTax.) |
| parmSkipLineMarkup | Gets or sets the SkipLineMarkup parameter. (Inherited from TradeCalcTax.) |
| parmSkipTableMarkup | Gets or sets the SkipTableMarkup parameter. (Inherited from TradeCalcTax.) |
| post | Posts the transfer order taxes (Overrides the post Method.) |
| queryBuild | Builds the queryRun object containing the lines to calculate taxes |
| queryGet | Returns the current record |
| recId | Returns the recId of the source record |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tableId | Returns the tableId of the source record |
| tax | Gets and sets the tax class (Overrides the tax Method.) |
| taxationOrigin | Gets the taxation origin of the current invoice line |
| taxWithholdCalculation_IN | Gets or sets the TaxWithholdCalculation_IN instance. (Inherited from TradeCalcTax.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| totalTaxAmountBySign_RU | Returns the actual tax amount. (Inherited from TradeCalcTax.) |
| transferEnumerableFactory | Transfers a TradeTotalsEnumerableFactory object into this class to use caches that are built up in the calling class. (Inherited from TradeCalcTax.) |
| transLineAmount | Returns the transaction line value to calculate tax |
| transRecId | Returns the recId of transfer line record |
| transTableId | Returns the tableId of transfer line record |
| transTaxGroup | Returns the current transaction tax group |
| transTaxItemGroup | Returns the current transaction item tax group |
| transTransId | Returns the current transaction inventTransId |
| updateType | Returns the transfer order update type |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| useDetailsSalesTaxAdjustmentType | Indicates whether tax calculation uses detailed level sales tax adjustments. (Inherited from TradeCalcTax.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates the InventTransferCalcTax_BR object |
Community Additions
ADD
Show: