TaxWithholdInquiryTable_IN::findBySelectQuery Method
Reads the TaxWithholdInquiryTable_IN table for the specified selected query
Syntax
client server public static TaxWithholdInquiryTable_IN findBySelectQuery(
SelectQuery_IN _selectQuery,
[boolean _update,
TaxWithholdCodeType_IN _taxWithholdType])
Run On
Called
Parameters
- _selectQuery
Type: SelectQuery_IN Extended Data Type
Selected query is used to find the record.
- _update
Type: boolean
If true, then read the record for updating.;Optional.
- _taxWithholdType
Type: TaxWithholdCodeType_IN Enumeration
Withholding tax type is used to find the record.
Return Value
Type: TaxWithholdInquiryTable_IN Table
A buffer containing TaxWithholdInquiryTable_IN table.