WHSSrcLineChangeLoadLineUpdater Class [AX 2012]
The WHSSrcLineChangeLoadLineUpdater class is used to validate changes to the source line that may need to be synchronized to existing load lines.
The WHSSrcLineChangeLoadLineUpdater also handles the actually updating of the affected load lines.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canChangeLeadToUpdate | Determines if there a change we need to update load lines. |
| canSyncDimensionChange | Validates that we can change dimensions on load lines. |
| canSyncQtyIncrease | Validates that the load line qty can be increased. |
| canSyncQtyReduction | Validates that qty on the load line can be reduced |
| doesOpenWorkExistWithOtherDimensions | Determines if open work exists for the order line. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getloadLineDiffQty | |
| getLoadLineIncreased | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| handleValidationFailure | Handles a validation failure by invoking the synchronization issue handler. |
| handleValidationQtyChangedPosToNeg | This method handles validations when qty is changed from positive to negative. |
| isWarehouseChanged | Determines if warehouse changed on the dimensions. |
| mustUpdateQty | Determines if we need to decrement qty on load line. |
| 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.) |
| parmInventTransId | Gets or sets the InventTransId parameter. |
| parmMustAutoCreateLoadLine | Gets or sets the MustAutoCreateLoadLine parameter. |
| parmNewInventDimId | Gets or sets the NewInventDimId parameter. |
| parmNewQty | Gets or sets the NewQty parameter. |
| parmNewUnitId | Gets or sets the NewUnitId parameter. |
| parmOldInventDimId | Gets or sets the OldInventDimId parameter. |
| parmOldQty | Gets or sets the OldQty parameter. |
| parmOldUnitId | Gets or sets the OldUnitId parameter. |
| setLoadDiffWeight | Sets the change in load weights based on change in qty. |
| setOptionalGlobalsByItem | Sets some global parameters based on the item. |
| 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.) |
| updateLoadHeader | Updates the load header information for status and wieghts. |
| updateLoadLineInventoryDimensions | Updates the dimension of all eligible load lines. |
| updateLoadLineQty | Updates the load line qty and UOM based on change in qty and UOM of the source order line. |
| updateLoadLines | Determines if load lines need to be and can be update. Then updates the load lines. |
| updateLoadLineUnitId | Updates the qty and UOM of load line when unit of measuer is changed on the source order line. |
| updateShipmentHeader | Updates the shipment header status based on changes in load line qty. |
| 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.) |
| whsLoadLineSyncIssueHandler | Retrieves the instance of the synchronization issue handler. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the WHSSrcLineChangeLoadLineUpdater class. |
| ::newFromParameters | Creates an instance of WHSSrcLineChangeLoadLineUpdater and sets parameter values. |
Community Additions
ADD
Show: