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.

class WMSShipmentAutoAddQuery

Run On

Called

  MethodDescription
JJ769231.protmethod(en-us,AX.60).gif addDataSourceWMSOrder Adds an exists joined WMSOrder table datasource to the provided QueryBuildDataSource object.
JJ769231.protmethod(en-us,AX.60).gif addDataSourceWMSOrderTrans Adds a Not exists joined WMSOrderTrans table datasource to the provided QueryBuildDataSource object.
JJ769231.protmethod(en-us,AX.60).gif addDataSourceWMSShipment Adds a WMSShipment datasource to the union query.
JJ769231.protmethod(en-us,AX.60).gif addDataSourceWMSShipmentTemplate Adds an exists joined WMSShipmentTemplate table datasource to the provided QueryBuildDataSource object.
JJ769231.protmethod(en-us,AX.60).gif addShipmentJointShippingAll Adds a union branch for all qualified shipments that use the 'All' joint shipping type.
JJ769231.protmethod(en-us,AX.60).gif addShipmentJointShippingCustomer Adds a union branch for all qualified shipments that use the 'Customer' joint shipping type.
JJ769231.protmethod(en-us,AX.60).gif addShipmentJointShippingGrouping Adds a union branch for all qualified shipments that use the 'Grouping inventory reference' joint shipping type.
JJ769231.protmethod(en-us,AX.60).gif addShipmentJointShippingOrder Adds a union branch for all qualified shipments that use the 'Order' joint shipping type.
JJ769231.protmethod(en-us,AX.60).gif addShipmentNoTemplate Adds a union branch for all qualified shipments that do not use a shipment template.
JJ769231.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ769231.protmethod(en-us,AX.60).gif customerRange Builds a string that can be used as a query range for the customer.
JJ769231.protmethod(en-us,AX.60).gif dataSourceName Returns a string that can be used as a name for a QueryBuildDataSource object.
JJ769231.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ769231.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ769231.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ769231.protmethod(en-us,AX.60).gif new Initializes a new instance of the WMSShipmentAutoAddQuery class.
JJ769231.pubmethod(en-us,AX.60).gif next Retrieves the next record that matches the query criteria.
JJ769231.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ769231.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ769231.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ769231.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ769231.protmethod(en-us,AX.60).gif parmInventLocationId Gets or sets the InventLocationId parameter.
JJ769231.protmethod(en-us,AX.60).gif parmInventSiteId Gets or sets the InventSiteId parameter.
JJ769231.protmethod(en-us,AX.60).gif parmWMSOrder Gets or sets the WMSOrder parameter.
JJ769231.pubmethod(en-us,AX.60).gif query Builds the query that can be use to find shipments that may qualify for automatic addition.
JJ769231.pubmethod(en-us,AX.60).gif queryRun Gets the QueryRun object that can be used to fetch the query results.
JJ769231.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ769231.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ769231.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ769231.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ769231.pubmethod(en-us,AX.60).gif wmsShipment Retrieves the current WMSShipment record from the database.
JJ769231.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ769231.privmethod(en-us,AX.60).gif JJ769231.static(en-us,AX.60).gif ::construct Initializes a new instance of the WMSShipmentAutoAddQuery class.
JJ769231.pubmethod(en-us,AX.60).gif JJ769231.static(en-us,AX.60).gif ::newStandard Creates a new WMSShipmentAutoAddQuery class instance.
Top

Object Class
  WMSShipmentAutoAddQuery Class

Community Additions

ADD
Show: