Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _mapName
Type: TableName Extended Data Type
The name of the map to test.
- _mappedTableName
Type: TableName Extended Data Type
The name of the table for which to test the field.
- _fieldName
Type: FieldName Extended Data Type
The field to test.
Return Value
Type: boolean
true if the field is mapped; otherwise false.