TaxReportCollection::checkExist Method
Indicates whether the specified record exists in the TaxReportCollection table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(TaxReportField _taxReportField, [TaxReportLayout _taxReportLayout])
Run On
Called
Parameters
- _taxReportField
Type: TaxReportField Extended Data Type
The TaxReportField value of the record for which to check.
- _taxReportLayout
Type: TaxReportLayout Enumeration
The TaxReportLayout value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.