TaxWithholdWorkRegulation_IN::exist Method
Checks whether record exists for given field Id.
Syntax
client server public static boolean exist(TableId _sourceTableId, RecId _sourceRecId)
Run On
Called
Parameters
- _sourceTableId
Type: TableId Extended Data Type
Source table is used to find the record.
- _sourceRecId
Type: RecId Extended Data Type
Source record Id is used to find the record.
Return Value
Type: boolean
Return true if record exists otherwise false.