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 records exist in the table for the current record.
Syntax
client server public static boolean existField(
TableId _sourceTableId,
FieldName _fieldName,
SelectQuery_IN _name)
Run On
Called
Parameters
- _sourceTableId
Type: TableId Extended Data Type
The field that is used to find the record.
- _fieldName
Type: FieldName Extended Data Type
The field that is used to find the record.
- _name
Type: SelectQuery_IN Extended Data Type
The field that is used to find the record.
Return Value
Type: boolean
true if records exist; otherwise, false.