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.
Checks whether exist record in ServiceTaxInquiryTable_IN table for given parameter.
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 source table id is used to find record.
- _fieldName
Type: FieldName Extended Data Type
The field name is used to find record.
- _name
Type: SelectQuery_IN Extended Data Type
The name is used to find record.
Return Value
Type: boolean
Returns true, if exist record; otherwise, false.