EximAuthorizationSchemesTable_IN::findByAuthorizationTypeId Method
Reads the EximAuthorizationSchemesTable_IN table for the specified AuthorizationId and EximAuthorizationType_IN values.
Syntax
client server public static EximAuthorizationSchemesTable_IN findByAuthorizationTypeId(
EximAuthorizationType_IN _authorizationType,
EximAuthorizationId_IN _authorizationId,
[boolean _forUpdate])
Run On
Called
Parameters
- _authorizationType
Type: EximAuthorizationType_IN Enumeration
The EximAuthorizationType_IN value.
- _authorizationId
Type: EximAuthorizationId_IN Extended Data Type
The EximAuthorizationId_IN value.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: EximAuthorizationSchemesTable_IN Table
true if the EximAuthorizationSchemesTable_IN record is found; otherwise, false.