WMSShipmentAutoAddQuery Class [AX 2012]
The WMSShipmentAutoAddQuery class provides a query that can be used to identify shipments that may be available for automatic addition of a given inventory order.
| Method | Description | |
|---|---|---|
| addDataSourceWMSOrder | Adds an exists joined WMSOrder table datasource to the provided QueryBuildDataSource object. |
| addDataSourceWMSOrderTrans | Adds a Not exists joined WMSOrderTrans table datasource to the provided QueryBuildDataSource object. |
| addDataSourceWMSShipment | Adds a WMSShipment datasource to the union query. |
| addDataSourceWMSShipmentTemplate | Adds an exists joined WMSShipmentTemplate table datasource to the provided QueryBuildDataSource object. |
| addShipmentJointShippingAll | Adds a union branch for all qualified shipments that use the 'All' joint shipping type. |
| addShipmentJointShippingCustomer | Adds a union branch for all qualified shipments that use the 'Customer' joint shipping type. |
| addShipmentJointShippingGrouping | Adds a union branch for all qualified shipments that use the 'Grouping inventory reference' joint shipping type. |
| addShipmentJointShippingOrder | Adds a union branch for all qualified shipments that use the 'Order' joint shipping type. |
| addShipmentNoTemplate | Adds a union branch for all qualified shipments that do not use a shipment template. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| customerRange | Builds a string that can be used as a query range for the customer. |
| dataSourceName | Returns a string that can be used as a name for a QueryBuildDataSource object. |
| 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.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the WMSShipmentAutoAddQuery class. |
| next | Retrieves the next record that matches the query criteria. |
| 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.) |
| parmInventLocationId | Gets or sets the InventLocationId parameter. |
| parmInventSiteId | Gets or sets the InventSiteId parameter. |
| parmWMSOrder | Gets or sets the WMSOrder parameter. |
| query | Builds the query that can be use to find shipments that may qualify for automatic addition. |
| queryRun | Gets the QueryRun object that can be used to fetch the query results. |
| 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.) |
| 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.) |
| wmsShipment | Retrieves the current WMSShipment record from the database. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the WMSShipmentAutoAddQuery class. |
| ::newStandard | Creates a new WMSShipmentAutoAddQuery class instance. |
Community Additions
ADD
Show: