DictRelation.loadFieldRelation Method [AX 2012]

Loads a relation that is specified by a field ID.

public TableId loadFieldRelation(
    FieldId fieldId, 
   [TableScope tableScope, 
    Common record, 
    boolean isLookup])

Run On

Called

Parameters

fieldId
Type: FieldId Extended Data Type
The ID of the field for which a relation is being loaded.
tableScope
Type: TableScope Enumeration
record
Type: Common Table
The record that forms the relation; optional.
isLookup
Type: boolean

Return Value

Type: TableId Extended Data Type
The ID of the table for the relation; nullNothingnullptrunita null reference (Nothing in Visual Basic) if the method failed.

Community Additions

ADD
Show: