EximIncentiveSchemeData_IN::exist Method
Checks whether an EximIncentiveSchemeData_IN record exists for a specified record ID of the EximIncentiveSchemeGroup_IN table and a specified EximAuthorizationType_IN value.
Syntax
client server public static boolean exist(RefRecId _eximIncentiveSchemeGroupTableRecId, EximAuthorizationType_IN _incentiveScheme)
Run On
Called
Parameters
- _eximIncentiveSchemeGroupTableRecId
Type: RefRecId Extended Data Type
The record ID of the EximIncentiveSchemeGroup_IN table.
- _incentiveScheme
Type: EximAuthorizationType_IN Enumeration
The EximAuthorizationType_IN value.
Return Value
Type: boolean
true if the EximIncentiveSchemeData_IN record is found; otherwise, false.