ReleaseUpdateDB::fieldExists Method [AX 2012]
Verifies whether the specified field exists.
Syntax
server public static boolean fieldExists(TableId _tableId, FieldId _fieldId)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The ID of the table.
- _fieldId
Type: FieldId Extended Data Type
The ID of the field.
Return Value
Type: boolean
true if the field exists; otherwise, false.
Remarks
This method is called when we add a mapping option for a field. See the addBulkCopyFieldOption method for more information.