Share via


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

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.

See Also

Reference

ReleaseUpdateDB Class