TaxWithholdInquiryTable_IN::existField Method
Checks whether record exists or not for given parameter.
Syntax
client server public static boolean existField(
TableId _sourceTableId,
FieldId _fieldId,
SelectQuery_IN _name)
Run On
Called
Parameters
- _sourceTableId
Type: TableId Extended Data Type
A unique table ID is used to find the record.
- _fieldId
Type: FieldId Extended Data Type
Field id is used to find the record.
- _name
Type: SelectQuery_IN Extended Data Type
Name is used to find the record.
Return Value
Type: boolean
If record found return true otherwise false.