EximIncentiveSchemeData_IN::findByIncentiveScheme Method
Reads the EximIncentiveSchemeData_IN table for a specified record ID of the EximIncentiveSchemeGroup_IN table and a specified EximAuthorizationType_IN value.
Syntax
client server public static EximIncentiveSchemeData_IN findByIncentiveScheme(
RefRecId _eximIncentiveSchemeGroupTableRecId,
EximAuthorizationType_IN _incentiveScheme,
[boolean _forUpdate])
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.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: EximIncentiveSchemeData_IN Table
The EximIncentiveSchemeData_IN table record.