ReleaseUpdateDB::sourceFieldExists Method [AX 2012]
Verifies whether the source field exists.
server public static boolean sourceFieldExists(TableName _tableName, FieldName _fieldName)
Run On
ServerParameters
- _tableName
- Type: TableName Extended Data Type
The name of a table.
- _fieldName
- Type: FieldName Extended Data Type
The name of a field.
Show: