PdsCatchWeight::cwUnitId Method [AX 2012]

Finds the catch weight unit for the specified item ID.

NoteNote

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

ClientOrServer

Parameters

_itemId
Type: ItemId Extended Data Type
The item for which to find the catch weight unit.

Return Value

Type: PdsCWUnitId Extended Data Type
The catch weight unit ID.
Show: