PDSBalanceIngredient Class [AX 2012]
The PDSBalanceIngredient class provides potency balancing logic for the ingredients on a production order.
| Method | Description | |
|---|---|---|
| balanceQty | Gets the set of items and quantities, adjusted as required for balancing. |
| 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.) |
| getIngredientList | Gets a map that holds ingredient item and quantity data for a production order of the appropriate ingredient type. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the PDSBalanceIngredient class. |
| normalizeQty | Calculates the normalized quantity for the standard potency value. |
| 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.) |
| parmActiveIng | Gets or sets the ActiveIng parameter. |
| parmNoneIngList | Gets or sets the NoneIngList parameter. |
| parmProdId | Gets or sets the ProdId parameter. |
| parmResult | Gets or sets the Result parameter. |
| processActiveNone | Executes balancing logic for Active and None ingredient items on a production order. |
| processCompensating | Executes balancing logic for items of the compensating ingredient type on a production order. |
| processFiller | Executes balancing logic for items of the filler ingredient type on a production order. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setTotals | Sets the quantity totals for the current result set. |
| 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 | Initializes a new instance of the PDSBalanceIngredient class. |
| ::normalizeActiveQty | Calculates the normalized quantity for the standard potency value for the active ingredient. |
| ::process | Performs ingredient balancing for the specified production order. |
| ::selectIngredient | Creates a new instance of the PDSBalanceIngredient class. |
Community Additions
ADD
Show: