Share via


WMSPickingList_OrderPickDP Class [AX 2012]

The WMSPickingList_OrderPick class is the report data provider class for the associated WMSPickingList_OrderPick reports.

Syntax

class WMSPickingList_OrderPickDP extends SrsReportDataProviderPreProcess

Run On

Server

Methods

  Method Description
Gg795033.privmethod(en-us,AX.60).gif barCode Retrieves the bar code for the picking route.
Gg795033.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg795033.pubmethod(en-us,AX.60).gif cleanUp Cleans up any preprocessed data. (Inherited from SrsReportDataProviderPreProcess.)
Gg795033.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg795033.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg795033.pubmethod(en-us,AX.60).gif getWMSPickingListOrderPickTmp Gets the data from the WMSPickingList_OrderPickTmp table.
Gg795033.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg795033.privmethod(en-us,AX.60).gif initBarcode Initializes the bar code.
Gg795033.pubmethod(en-us,AX.60).gif initialize Does any initialization before the processReport method is called. (Inherited from SrsReportDataProviderPreProcess.)
Gg795033.privmethod(en-us,AX.60).gif initInventDimData Initializes the information about the inventory dimensions.
Gg795033.privmethod(en-us,AX.60).gif initQueryWMSOrderTrans Creates the transaction query.
Gg795033.privmethod(en-us,AX.60).gif insertIntoTempTable Inserts data into the temporary table.
Gg795033.pubmethod(en-us,AX.60).gif inventMovement Creates an instance of the InventMovement class for the transaction.
Gg795033.privmethod(en-us,AX.60).gif itemDescription Retrieves the item description.
Gg795033.privmethod(en-us,AX.60).gif itemId Gets the Item ID.
Gg795033.privmethod(en-us,AX.60).gif mcrIsExpeditedLine
Gg795033.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.)
Gg795033.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.)
Gg795033.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.)
Gg795033.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg795033.privmethod(en-us,AX.60).gif orderQty Retrieves the inventory quantity.
Gg795033.privmethod(en-us,AX.60).gif orderUnit Retrieves the order unit ID.
Gg795033.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg795033.pubmethod(en-us,AX.60).gif parmCreatedTransactionId Gets or sets the CreatedTransactionId parameter. (Inherited from SrsReportDataProviderPreProcess.)
Gg795033.pubmethod(en-us,AX.60).gif parmDataContract Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.)
Gg795033.pubmethod(en-us,AX.60).gif parmMetadata Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.)
Gg795033.pubmethod(en-us,AX.60).gif parmQuery Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.)
Gg795033.pubmethod(en-us,AX.60).gif parmUseDefaultTransactionOnly Gets or sets the UseDefaultTransactionOnly parameter. (Inherited from SrsReportDataProviderPreProcess.)
Gg795033.pubmethod(en-us,AX.60).gif parmUserConnection Gets or sets the UserConnection parameter. (Inherited from SrsReportDataProviderPreProcess.)
Gg795033.privmethod(en-us,AX.60).gif printDocumentHeader Retrieves the document reference record for the picking route.
Gg795033.pubmethod(en-us,AX.60).gif processReport Processes the report business logic and inserts data to in the temporary table. (Overrides the processReport Method.)
Gg795033.pubmethod(en-us,AX.60).gif setParametersMap Sets the parameter values. (Inherited from SRSReportDataProviderBase.)
Gg795033.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg795033.privmethod(en-us,AX.60).gif setWMSPickingList_OrderPickTmpTemplate Inserts the default data in the template record.
Gg795033.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg795033.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.)
Gg795033.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg795033.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg795033.pubmethod(en-us,AX.60).gif Gg795033.static(en-us,AX.60).gif ::construct Initializes a new instance of the WMSPickingList_OrderPickDP class.

Top

Remarks

This class provides the methods that are used by the WMSPickingList_OrderPick reports to view the customer picking list journal, which displays the updated sales order of the selected picking lists.

Need a set to keep track of which kit headers have been printed.

Printing another line that has kit header.

Modified design of report to include a barcode for picking route Id

Inheritance Hierarchy

Object Class
  SRSReportDataProviderBase Class
    SrsReportDataProviderPreProcess Class
      WMSPickingList_OrderPickDP Class