Share via


ReleaseUpdateDB::addTableRelationTypeMapping Method [AX 2012]

Indicates that the specified field of the specified table must be updated by using the specified relation type.

Syntax

server public static void addTableRelationTypeMapping(
    TableName _tableName, 
    FieldName _relationtypeFieldSource, 
    FieldName _relationtypeFieldTarget)

Run On

Server

Parameters

See Also

Reference

ReleaseUpdateDB Class