WHSPurchLineChangeLoadLineUpdater Class [AX 2012]
The WHSPurchLineChangeLoadLineUpdater class is used to validate changes to the purch line that may need to be synchronized to existing load lines.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canSyncDimensionChange | Validates that we can change dimensions on load lines. (Overrides the canSyncDimensionChange Method.) |
| canSyncQtyIncrease | Validates that the load line qty can be increased. (Overrides the canSyncQtyIncrease Method.) |
| canSyncQtyReduction | Validates that qty on the load line can be reduced (Overrides the canSyncQtyReduction Method.) |
| doesOpenWorkExistWithOtherDimensions | Determines if open work exists for the order line. (Overrides the doesOpenWorkExistWithOtherDimensions Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getloadLineDiffQty | (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| getLoadLineIncreased | (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| 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. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| handleValidationQtyChangedPosToNeg | This method handles validations when qty is changed from positive to negative. (Overrides the handleValidationQtyChangedPosToNeg Method.) |
| isWarehouseChanged | Determines if warehouse changed on the dimensions. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| mustUpdateQty | Determines if we need to decrement qty on load line. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| 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. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| parmMustAutoCreateLoadLine | Gets or sets the MustAutoCreateLoadLine parameter. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| parmNewInventDimId | Gets or sets the NewInventDimId parameter. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| parmNewQty | Gets or sets the NewQty parameter. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| parmNewUnitId | Gets or sets the NewUnitId parameter. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| parmOldInventDimId | Gets or sets the OldInventDimId parameter. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| parmOldQty | Gets or sets the OldQty parameter. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| parmOldUnitId | Gets or sets the OldUnitId parameter. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| setLoadDiffWeight | Sets the change in load weights based on change in qty. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| setOptionalGlobalsByItem | Sets some global parameters based on the item. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| 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 wieghts. (Overrides the updateLoadHeader Method.) |
| updateLoadLineDimensions | Updates the dimension of all eligible load lines. |
| updateLoadLineInventoryDimensions | Updates the dimension of all eligible load lines. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| updateLoadLineQty | Updates the load line qty and UOM based on change in qty and UOM of the source order line. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| updateLoadLines | Determines if load lines need to be and can be update. Then updates the load lines. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| updateLoadLineUnitId | Updates the qty and UOM of load line when unit of measuer is changed on the source order line. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| updateShipmentHeader | This method prevents the shipment from being updated in parent class. (Overrides the updateShipmentHeader Method.) |
| 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. (Inherited from WHSSrcLineChangeLoadLineUpdater.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: