ReleaseUpdateDB::fieldExists Method [AX 2012]
Verifies whether the specified field exists.
server public static boolean fieldExists(TableId _tableId, FieldId _fieldId)
Run On
ServerParameters
- _tableId
- Type: TableId Extended Data Type
The ID of the table.
- _fieldId
- Type: FieldId Extended Data Type
The ID of the field.
Show: