Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies whether the source field exists.
Syntax
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.
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.