PDSBalanceProdBOM Class [AX 2012]
The PDSBalanceProdBOM class provides the business logic for batch balancing.
| Method | Description | |
|---|---|---|
| activeBatchQty | Gets the active ingredient quantity for a specified inventory record. |
| activeQtyUsed | Gets the active quantity (currently being used) from the specified inventory summary line. |
| allowBatchBalancing | Gets a value that indicates whether the batch balancing process can be performed. |
| allowBatchFirming | Gets a value that indicates whether the batch firming process can be performed. |
| balanceBatch | Adjusts the quantities based on the selected active ingredients to balance the batch. |
| baseAttributeValue | Gets the attribute value of the base attribute for the specified batch. |
| bomActiveQty | Gets the computed active quantity for the production BOM. |
| bomBalanceQty | Gets the balance quantity for the specified production BOM. |
| bomBalanceQuantities | Gets all the computed balance quantities for the active batch order. |
| calcProdActiveQty | Calculates the total active quantity for the active production order. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkPreviousReserved | Gets a value indicating if the given ProdBOM table record has a previous reservation. |
| copyMarkToBuffer | Copies the marked batch inventory selections to the specified buffer. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findInventSum | Finds the InventSum records that available for selection for the specified production BOM line. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isBatchBalanced | Gets a value that indicates whether the batch balancing process has been completed. |
| isMarked | Gets a value that indicates whether the inventory has been selected for the specified production BOM line. |
| key | Gets the key for the selection map. |
| markedActiveQty | Gets the total active quantity in the selection list if the specific line is not currently marked. |
| new | Initializes a new instance of the PDSBalanceProdBOM 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.) |
| parmBaseAttributeId | Gets or sets the BaseAttributeId parameter. |
| parmProdId | Gets or sets the ProdId parameter. |
| qtyUsed | Gets the quantity that is used for the specified production BOM line and the inventory summary. |
| removeMark | Removes the mark for using inventory for the active production BOM line. |
| setActiveQtyUsed | Sets the active quantity used. |
| setMatchedQty | Sets the matched quantity for the marked record and the active production BOM line. |
| setQtyMarked | Sets the used quantity. |
| 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.) |
| totalActiveQty | Gets the total quantity of the active ingredients for the specified production order. |
| 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 | Initializes a new instance of the PDSBalanceProdBOM class. |
Community Additions
ADD
Show: