PdsCatchWeight::cwUnitId Method [AX 2012]
Finds the catch weight unit for the specified item ID.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
client server public static PdsCWUnitId cwUnitId(ItemId _itemId)
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static PdsCWUnitId cwUnitId(ItemId _itemId)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static PdsCWUnitId cwUnitId(ItemId _itemId)
Microsoft Dynamics AX 2012 (FPK)
server public static PdsCWUnitId cwUnitId(ItemId _itemId)
Run On
ClientOrServerParameters
- _itemId
- Type: ItemId Extended Data Type
The item for which to find the catch weight unit.
Show:
Note