SysDictField::isFieldMapped Method [AX 2012]

Indicates whether the specified map field has been mapped to a table field for the specified table.

Syntax

client server public static boolean isFieldMapped(
    TableName _mapName, 
    TableName _mappedTableName, 
    FieldName _fieldName)

Run On

Called

Parameters

Return Value

Type: boolean
true if the field is mapped; otherwise false.

See Also

Reference

SysDictField Class