WMSPickingList_OrderPickDP Class [AX 2012]
The WMSPickingList_OrderPick class is the report data provider class for the associated WMSPickingList_OrderPick reports.
| Method | Description | |
|---|---|---|
| barCode | Retrieves the bar code for the picking route. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| cleanUp | Cleans up any preprocessed data. (Inherited from SrsReportDataProviderPreProcess.) |
| 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.) |
| getWMSPickingListOrderPickTmp | Gets the data from the WMSPickingList_OrderPickTmp table. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initBarcode | Initializes the bar code. |
| initialize | Does any initialization before the processReport method is called. (Inherited from SrsReportDataProviderPreProcess.) |
| initInventDimData | Initializes the information about the inventory dimensions. |
| initQueryWMSOrderTrans | Creates the transaction query. |
| insertIntoTempTable | Inserts data into the temporary table. |
| inventMovement | Creates an instance of the InventMovement class for the transaction. |
| itemDescription | Retrieves the item description. |
| itemId | Gets the Item ID. |
| mcrIsExpeditedLine | |
| new | Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.) |
| 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.) |
| orderQty | Retrieves the inventory quantity. |
| orderUnit | Retrieves the order unit ID. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCreatedTransactionId | Gets or sets the CreatedTransactionId parameter. (Inherited from SrsReportDataProviderPreProcess.) |
| parmDataContract | Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.) |
| parmMetadata | Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.) |
| parmQuery | Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.) |
| parmUseDefaultTransactionOnly | Gets or sets the UseDefaultTransactionOnly parameter. (Inherited from SrsReportDataProviderPreProcess.) |
| parmUserConnection | Gets or sets the UserConnection parameter. (Inherited from SrsReportDataProviderPreProcess.) |
| printDocumentHeader | Retrieves the document reference record for the picking route. |
| processReport | Processes the report business logic and inserts data to in the temporary table. (Overrides the processReport Method.) |
| setParametersMap | Sets the parameter values. (Inherited from SRSReportDataProviderBase.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setWMSPickingList_OrderPickTmpTemplate | Inserts the default data in the template record. |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the WMSPickingList_OrderPickDP class. |
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
Object Class
SRSReportDataProviderBase Class
SrsReportDataProviderPreProcess Class
WMSPickingList_OrderPickDP Class
SRSReportDataProviderBase Class
SrsReportDataProviderPreProcess Class
WMSPickingList_OrderPickDP Class
Community Additions
ADD
Show: