DimensionDefaultingEngine::addSurrogateKey Method [AX 2012]

Adds an entity specifier by using the surrogate key to the list of entity specifiers.

Syntax

client server public static container addSurrogateKey(
    container _entitySpecifiers, 
    str _entityTableName, 
    RecId _surrogateKey)

Run On

Called

Parameters

  • _entitySpecifiers
    Type: container
    A container that holds a list of entity specifiers.
  • _entityTableName
    Type: str
    The name of the entity table to which the foreign key points.

Return Value

Type: container
A container that holds the updated list of entity specifiers.

See Also

Reference

DimensionDefaultingEngine Class