TaxWithholdInquiryTable_IN::exist Method
Checks whether record exists or not for given parameter.
Syntax
client server public static boolean exist(TableId _sourceTableId, PositiveNumber _position)
Run On
Called
Parameters
- _sourceTableId
Type: TableId Extended Data Type
A unique table ID is used to find the record.
- _position
Type: PositiveNumber Extended Data Type
The positive number is used to find the record.
Return Value
Type: boolean
true if the record exits; otherwise, false.