ReleaseUpdateDB::sourceFieldExists Method [AX 2012]

Verifies whether the source field exists.

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

Run On

Server

Parameters

_tableName
Type: TableName Extended Data Type
The name of a table.
_fieldName
Type: FieldName Extended Data Type
The name of a field.

Return Value

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

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.

Show: