WMSBOLItemProviderWMSOrderTrans Class [AX 2012]
The WMSBOLItemProviderWMSOrderTrans class provides data that is used to generate records that are related to the bills of lading for WMSOrderTrans records.The created bill of lading will not be related to a specific order and reference type.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canUseBillOfLading | Indicates whether a WMSBillOfLading record is used as the current bill of lading for the provider. (Inherited from WMSBOLItemProvider.) |
| canUseBillOfLadingCarrier | Indicates whether a WMSBillOfLadingCarrier record is used as the current bill of lading for the provider. (Inherited from WMSBOLItemProvider.) |
| canUseBillOfLadingOrder | Indicates whether the WMSBillOfLadingOrder record is used as the current bill of lading for the provider. (Inherited from WMSBOLItemProvider.) |
| createOrUpdateWMSBillOfLadingCarrier | Creates or updates a WMSBillOfLadingCarrier record that is related to a WMSBillOfLading record. (Inherited from WMSBOLItemProvider.) |
| createOrUpdateWMSBillOfLadingOrder | Creates or updates a WMSBillOfLadingOrder record that is related to a WMSBillOfLading record. (Inherited from WMSBOLItemProvider.) |
| createWMSBillOfLading | Creates a WMSBillOfLading record. (Inherited from WMSBOLItemProvider.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findOrCreateWMSBillOfLading | Finds or creates a record in the WMSBillOfLading table. (Inherited from WMSBOLItemProvider.) |
| findWMSBillOfLading | Gets a WMSBillOfLading record that can be used as the bill of lading for the provider. (Inherited from WMSBOLItemProvider.) |
| getBillOfLadingAdditionalInfo | Gets additional information for the WMSBillOfLading record from the bill of lading for a given language. (Inherited from WMSBOLItemProvider.) |
| getBillOfLadingOrderAdditionalInfo | Gets additional information for the WMSBillOfLadingOrder record from the bill of lading order for a given language. (Inherited from WMSBOLItemProvider.) |
| getBillOfLadingOrderReferenceId | Gets a blank reference ID for a bill of lading order. (Overrides the getBillOfLadingOrderReferenceId Method.) |
| getBillOfLadingOrderWeight | Gets the weight for a bill of lading order. (Inherited from WMSBOLItemProvider.) |
| getBillOfLadingReferenceId | Gets a blank reference ID for the bill of lading. (Overrides the getBillOfLadingReferenceId Method.) |
| getCorrect_RU | Determines whether the WMS bill of lading is correct. (Inherited from WMSBOLItemProvider.) |
| getCustAccount | Retrieves the customer account that is used for the bill of lading. (Overrides the getCustAccount Method.) |
| getDeliveryPostalAddress | Retrieves the delivery postal address ID that is used for the bill of lading. (Overrides the getDeliveryPostalAddress Method.) |
| getHandlingQuantity | Retrieves the handling quantity that is used for the bill of lading. (Overrides the getHandlingQuantity Method.) |
| getInventLocationId | Gets an InventLocationID value for the bill of lading. (Overrides the getInventLocationId Method.) |
| getItemID | Gets an ItemId value for the bill of lading order. (Overrides the getItemID Method.) |
| getQuantity | Gets the quantity that is used for the bill of lading. (Overrides the getQuantity Method.) |
| getShipmentID | Gets a WMSShipmentId value for the bill of lading. (Overrides the getShipmentID Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getWMSReferenceType | Gets the WMSReference::None enumeration value of the order. (Overrides the getWMSReferenceType Method.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initWMSBillOfLading | Initializes the WMSBillOfLading record. (Inherited from WMSBOLItemProvider.) |
| initWMSBillOfLadingCarrier | Initializes the WMSBillOfLadingCarrier bill of lading argument based on the provider. (Inherited from WMSBOLItemProvider.) |
| initWMSBillOfLadingOrder | Initializes the WMSBillOfLadingOrder bill of lading order argument based on the provider. (Inherited from WMSBOLItemProvider.) |
| isBillOfLadingOrderForPallet | Indicates if the bill of lading order is for items that were shipped on a pallet. (Overrides the isBillOfLadingOrderForPallet Method.) |
| new | Initializes a new instance of the WMSBOLItemProviderWMSOrderTrans 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.) |
| parmWMSOrderTrans | Gets or sets the WMSOrderTrans parameter. |
| parmWMSShipment | Gets or sets the WMSShipment parameter. |
| pdsGetCWHandlingQuantity | Retrieves the handling catch weight quantity used for the bill of lading. (Overrides the pdsGetCWHandlingQuantity Method.) |
| pdsGetCWQuantity | Retrieves the catch weight quantity used for the bill of lading. (Overrides the pdsGetCWQuantity Method.) |
| 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.) |
| updateWMSBillOfLadingCarrierFields | Updates field values on the existing WMSBillOfLadingCarrier argument based on the provider. (Inherited from WMSBOLItemProvider.) |
| updateWMSBillOfLadingOrderFields | Updates field values on the existing WMSBillOfLadingOrder argument based on the provider. (Inherited from WMSBOLItemProvider.) |
| 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 WMSBOLItemProviderWMSOrderTrans class. |
| ::constructFromWMSOrderTrans | Initializes a new instance of the WMSBillOfLadingItemProvider class. |
| ::inventTransType2WMSReferenceType | Gets the WMSReferenceType enumeration value that corresponds to the InventTransType enumeration value. |
| ::isWMSReferenceTypeForOrderRef | Indicates if a WMSReferenceType enumeration type will create a bill of lading with the reference type. |
| ::newFromParameters | Initializes a new instance of the WMSBillOfLadingItemProvider class. |
Object Class
WMSBOLItemProvider Class
WMSBOLItemProviderWMSOrderTrans Class
WMSBOLItemProviderWMSOrderTransOrderRef Class
WMSBOLItemProvider Class
WMSBOLItemProviderWMSOrderTrans Class
WMSBOLItemProviderWMSOrderTransOrderRef Class
Community Additions
ADD
Show: