WMSShipmentStagingOptions Class [AX 2012]
The WMSShipmentStagingOptions class is used to persist user selections in the WMSShipmentStaging form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearAllShipmentRanges | Clears all ranges specific to a shipment. |
| enableAllStatusRanges | Enables all ranges on the warehouse management expedition status. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getWMSEpeditionStatusRange | Returns a range on the warehouse management expedition status based on the parameters selected. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the WMSShipmentStagingOptions 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.) |
| pack | Serializes the current instance of the WMSShipmentStagingOptions class. |
| parminclActivated | Gets or sets the inclActivated parameter. |
| parminclCanceled | Gets or sets the inclCanceled parameter. |
| parminclCompleted | Gets or sets the inclCompleted parameter. |
| parminclLoaded | Gets or sets the inclLoaded parameter. |
| parminclPicked | Gets or sets the inclPicked parameter. |
| parmInclRegistered | Gets or sets the InclRegistered parameter. |
| parminclStaged | Gets or sets the inclStaged parameter. |
| parminclStarted | Gets or sets the inclStarted parameter. |
| parmInventLocationId | Gets or sets the InventLocationId parameter. |
| parmInventSiteId | Gets or sets the InventSiteId parameter. |
| parmUpdateOnRangeChange | Gets or sets the UpdateOnRangeChange parameter. |
| parmUpdateOnStartup | Gets or sets the UpdateOnStartup parameter. |
| parmwmsLocationId | Gets or sets the wmsLocationId parameter. |
| parmwmsPalletId | Gets or sets the wmsPalletId parameter. |
| parmwmsShipmentId | Gets or sets the wmsShipmentId parameter. |
| 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.) |
| unpack | Deserializes the _packedClass parameter value to an instance of the WMSShipmentStagingOptions class. |
| 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 WMSShipmentStagingOptions class. |
| ::newFromPacked | Instantiates a new instance of the WMSShipmentStagingOptions Class from a container that should be created using the pack method. |
Community Additions
ADD
Show: