Share via


BOMCalcItemDimData::newKey Method [AX 2012]

Creates a new BOMCalcItemDimData object and initializes it with values extracted from a key value.

Syntax

client server public static BOMCalcItemDimData newKey(str _key)

Run On

Called

Parameters

  • _key
    Type: str
    The key value.

Return Value

Type: BOMCalcItemDimData Class
The BOMCalcItemDimData object.

Exceptions

Exception Condition
Error

The number of elements in a decomposed key is wrong.

See Also

Reference

BOMCalcItemDimData Class