InventBOMComparison_CN Class [AX 2012]
The InventBOMComparison_CN class is used to take action for BOM comparison logic.
Syntax
class InventBOMComparison_CN
Run On
Called
Methods
Method | Description | |
---|---|---|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
checkBOMVersionNum | Checks the number of valid BOM IDs (BOM versions). | |
checkBOMVersions | Checks BOM version IDs. | |
checkExistRepeatedBOMVersion | Checks whether there are any repeated BOM IDs. | |
doComparison | Compares a set of BOMs in a specified comparison field. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
initComparisonType | Initializes the comparison type, cost type, and module type for BOM comparison. | |
new | Creates a new instance of the InventBOMComparison_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.) | |
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.) | |
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 | Constructs the instance of the InventBOMComparison_CN class. | |
::generateBOMComparisonData | Generates BOM comparison data and inserts it into the InventBOMComparisonTmp_CN temporary table. | |
::getMergedTmpBOMByIds | Gets the lines for a set of BOMs. | |
::getTmpBOMByIds | Gets the lines for a set of BOMs. | |
::updateComparisonField | Updates the specified comparison field with the value in its corresponding BOM ID. | |
::updateQtyField | Updates the quantity field with the value in its corresponding BOM ID. | |
::validateBOMVersion | Validates the content of a BOM version control. | |
::validateProduct | Checks whether the content of a product control is a valid product ID. |
Top
Inheritance Hierarchy
Object Class
InventBOMComparison_CN Class