WMSBOLItemProvider Class [AX 2012]
The WMSBOLItemProvider class is used for the construction of bills of lading from various sources like WMSOrderTrans records.
| 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. |
| canUseBillOfLadingCarrier | Indicates whether a WMSBillOfLadingCarrier record is used as the current bill of lading for the provider. |
| canUseBillOfLadingOrder | Indicates whether the WMSBillOfLadingOrder record is used as the current bill of lading for the provider. |
| createOrUpdateWMSBillOfLadingCarrier | Creates or updates a WMSBillOfLadingCarrier record that is related to a WMSBillOfLading record. |
| createOrUpdateWMSBillOfLadingOrder | Creates or updates a WMSBillOfLadingOrder record that is related to a WMSBillOfLading record. |
| createWMSBillOfLading | Creates a WMSBillOfLading record. |
| 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. |
| findWMSBillOfLading | Gets a WMSBillOfLading record that can be used as the bill of lading for the provider. |
| getBillOfLadingAdditionalInfo | Gets additional information for the WMSBillOfLading record from the bill of lading for a given language. |
| getBillOfLadingOrderAdditionalInfo | Gets additional information for the WMSBillOfLadingOrder record from the bill of lading order for a given language. |
| getBillOfLadingOrderReferenceId | Gets a reference ID for a bill of lading order. |
| getBillOfLadingOrderWeight | Gets the weight for a bill of lading order. |
| getBillOfLadingReferenceId | Gets a reference ID for the bill of lading. |
| getCorrect_RU | Determines whether the WMS bill of lading is correct. |
| getCustAccount | Gets the customer account that is used for the bill of lading. |
| getDeliveryPostalAddress | Gets the delivery postal address ID that is used for the bill of lading. |
| getHandlingQuantity | Gets the handling quantity that is used for the bill of lading. |
| getInventLocationId | Gets an InventLocationID value for the bill of lading. |
| getItemID | Gets an ItemId value for the bill of lading order. |
| getQuantity | Gets the quantity that is used for the bill of lading. |
| getShipmentID | Gets a WMSShipmentId value for the bill of lading. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getWMSReferenceType | Gets the WMS reference type of the order. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initWMSBillOfLading | Initializes the WMSBillOfLading record. |
| initWMSBillOfLadingCarrier | Initializes the WMSBillOfLadingCarrier bill of lading argument based on the provider. |
| initWMSBillOfLadingOrder | Initializes the WMSBillOfLadingOrder bill of lading order argument based on the provider. |
| isBillOfLadingOrderForPallet | Indicates whether the bill of lading order is for items that were shipped on a pallet. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| pdsGetCWHandlingQuantity | Retrieves the handling catch weight quantity used for the bill of lading. |
| pdsGetCWQuantity | Retrieves the catch weight quantity used for the bill of lading. |
| 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. |
| updateWMSBillOfLadingOrderFields | Updates field values on the existing WMSBillOfLadingOrder argument based on the provider. |
| 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.) |
Community Additions
ADD
Show: