InventDimGroupFieldSetup::mcrConstructFromField Method [AX 2012]
Constructs the InventDimGroupFieldSetup class using an item and the field ID.
Syntax
client server public static InventDimGroupFieldSetup mcrConstructFromField(ItemId _itemId, FieldId _dimFieldId)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The unique identifier of the item.
- _dimFieldId
Type: FieldId Extended Data Type
The field ID of the dimension.
Return Value
Type: InventDimGroupFieldSetup Class
The object InventDimGroupFieldSetup class.
Remarks
This method handles any inventory field, including Product, Tracking, and Storage fields.