RetailConnReplicationUtilities::isBinaryField Method [AX 2012]
Checks the field is Binary field.
Syntax
client server public static boolean isBinaryField(TableName _tableName, FieldName _fieldName)
Run On
Called
Parameters
- _tableName
Type: TableName Extended Data Type
Name of a table in the AOT.
- _fieldName
Type: FieldName Extended Data Type
Name of a field in the AOT.
Return Value
Type: boolean
true if the field is Binary field otherwise false.