MCRPackingBoxLogic_Simple Class [AX 2012]
The MCRPackingBoxLogic_Simple class impliments a simpler way of running the packing box logic.
| Method | Description | |
|---|---|---|
| addLargestFittableItem | Adds the largest item that will fit into the specified TmpMCRPackingBoxStage record. |
| addToUsed | Increments the used volume and weight by the specified amounts. |
| areMoreItemsToBox | Returns a boolean value indicating whether there are more items to box. |
| buildStagingTable | Builds the TmpMCRPackingBoxStage record based on the passed parameters. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createBoxes | Creates a new instance of the MCRPackingBoxLogic_Simple class. (Overrides the createBoxes Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getQtyToAdd | Gets the qty to add to the box from the specified TmpMCRPackingBoxStage record buffer. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTotalVolumeAndWeight | Gets the total volume and weight from the TmpMCRPackingBoxStage record buffer. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| resetUsed | Resets the used weight and volume back to zero. |
| selectSmallestAccomodatingBox | Selects the smallest accomodating box for the TmpMCRPackingBoxStage record buffer. |
| setAvailable | Sets the available volume and weight from the specified MCRPackingBoxTable record buffer. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sortDimensions | Sorts three values returning them in a sorted container. |
| 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.) |
| warnOversizeItems | Warns the user for each unboxable item in the specified TmpMCRPackingBoxStage buffer. (Inherited from MCRPackingBoxLogic.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: