WMSShipment.canWMSOrderBeAdded Method
Determines if a given inventory order can be added to the current shipment.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public NoYes canWMSOrderBeAdded(WMSOrder _wmsOrder, [boolean _checkTemplate])
Microsoft Dynamics AX 2012 R2 (SYS)
public NoYes canWMSOrderBeAdded(WMSOrder _wmsOrder, [boolean _checkTemplate])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public NoYes canWMSOrderBeAdded(WMSOrder _wmsOrder)
Microsoft Dynamics AX 2012 (FPK)
public NoYes canWMSOrderBeAdded(WMSOrder _wmsOrder)
Microsoft Dynamics AX 2012 (SYS)
public NoYes canWMSOrderBeAdded(WMSOrder _wmsOrder)
Run On
Called
Parameters
- _wmsOrder
Type: WMSOrder Table
The inventory order.
- _checkTemplate
Type: boolean
A Boolean value that defines if the template must be checked; optional.
Return Value
Type: NoYes Enumeration
true if the inventory order can be added; otherwise, false.