Share via


InventDimGroupSetup.getFieldSetup Method [AX 2012]

Finds a dimension setup record in the cache.

Syntax

public InventDimGroupFieldSetup getFieldSetup(FieldId _dimensionFieldId)

Run On

Called

Parameters

Return Value

Type: InventDimGroupFieldSetup Class
An instance of the InventDimGroupFieldSetup class.

Remarks

When a dimension setup record in the cache is found, a matching InventdimGroupFieldSetup instance is initialized and returned with the found buffer.

The instance of the InventDimGroupFieldSetup class that is returned is never null Nothing nullptr unit a null reference (Nothing in Visual Basic) , but may not have a dimension field ID.

See Also

Reference

InventDimGroupSetup Class