TaxIntgrExportDocumentSplitCalc_CN Class [AX 2012]
Interface for different calculation method of split. The split calculation will update tmp results passed in.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkExportDocumentAmount | Checks the export document amount. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findExportDocByRecId | Get reference of reference of tmp export document |
| getAccumlatedExpDocSrcLineCopyMap | Gets a map with accumulated line records. |
| getAmountOfSplitByQty | Gets the amount split by the quantity. |
| getExportDoc | Get reference of reference of tmp export document |
| getExportDocMap | Gets map with all the export document header and lines. |
| getExportDocSourceCopy | Gets the copy of the source. |
| getExportDocSourceLineCopyMap | Gets a map with all original lines. |
| getNewCreatedExportDoc | Gets newly created export document data. |
| getNextNumber | Gets next line number. |
| getRemainingAmount | Gets the remaining amount. |
| getRemainingPercent | Gets the remaining percent. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTotalNumOfLines | Gets total number of lines in the invoice. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initialize | Initializes the instance. |
| initializeAccumulated | Initialize accumulated data. |
| initializeFromInstance | Initialize from instance. |
| insertOrUpdateExportDoc | Inserts or updates the new export document record. |
| isOverAmountLimit | Checks whether it is over amount limit. |
| new | Initializes a new instance of the TaxIntgrExportDocumentSplitCalc_CN 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the TaxIntgrExportDocumentSplitCalc_CN class. |
| packCalculatedDataMap | Packs calculated data map. |
| parmAmountLimit | Gets or sets the AmountLimit parameter. |
| parmExportDocSourceId | Gets or sets the ExportDocSourceId parameter. |
| parmIsCheckAmountLimit | Gets or sets the IsCheckAmountLimit parameter. |
| ratioToOriginalAmount | Calculates the ratio to original amount. |
| reverseExportDoc | Reverse the export document. |
| roundAmountByStrategy | Rounds amount by strategy. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| splitAuto | Performs automatically spit. |
| splitByAmount | Split given amount from document source into a new export document. |
| splitByAmountInLine | Calculates the line to split the specified amount. |
| splitByPercent | Splits given percent of amount from document source into a new export document. |
| splitByQuantity | Split the given quantity on each line into a new export document. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the _packedClass parameter value to an instance of the TaxIntgrExportDocumentSplitCalc_CN class. |
| unpackCalculatedDataMap | Unpack the calculated result from the pack. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates if the amount is valid or not. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Construct a new instance of TaxIntgrExportDocumentSplitCalc_CN. |
| ::constructFromContainer | Constructs instance from pack. |
| ::constructFromInstance | Construct a new instance from an existing instance. |
Community Additions
ADD
Show: