DimensionDefaultingEngine::addNaturalKey Method [AX 2012]

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

Syntax

client server public static container addNaturalKey(
    container _entitySpecifiers, 
    str _entityTableName, 
    str _naturalKey)

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.
  • _naturalKey
    Type: str
    The value of the natural key.

Return Value

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

See Also

Reference

DimensionDefaultingEngine Class