Share via


ReleaseUpdateDB::sourceFieldExists Method [AX 2012]

Verifies whether the source field exists.

Syntax

server public static boolean sourceFieldExists(TableName _tableName, FieldName _fieldName)

Run On

Server

Parameters

Return Value

Type: boolean
true if the field exists; otherwise, false.

Remarks

This method is used to check the existence of the source field before setting bulk copy option for the field.

See the addBulkCopyFieldOption method for more information.

See Also

Reference

ReleaseUpdateDB Class