ReleaseUpdateDB::addTableRelationTypeMapping Method [AX 2012]
Indicates that the specified field of the specified table must be updated by using the specified relation type.
server public static void addTableRelationTypeMapping(
TableName _tableName,
FieldName _relationtypeFieldSource,
FieldName _relationtypeFieldTarget)
Run On
ServerParameters
- _tableName
- Type: TableName Extended Data Type
The name of the table that contains the field.
- _relationtypeFieldSource
- Type: FieldName Extended Data Type
The name of the field to which to apply the change.
- _relationtypeFieldTarget
- Type: FieldName Extended Data Type
The name of the field to have the condition.
Show: