Share via


DimensionDefaultingControllerBase::findBackingEntityInstance Method [AX 2012]

Retrieves a Common table that contains an instance of the backing entity requested by either the surrogate key or natural key.

Syntax

client server public static Common findBackingEntityInstance(
    SelectableDataArea _company, 
    DimensionAttribute _dimAttribute, 
    RecId _surrogateKey, 
   [DimensionValue _naturalKey])

Run On

Called

Parameters

  • _surrogateKey
    Type: RecId Extended Data Type
    The surrogate key record ID associated with the record in the DimensionAttributeValue table.

Return Value

Type: Common Table
A Common table that contains the instance of the backing entity.

See Also

Reference

DimensionDefaultingControllerBase Class