EximImportDetails_IN::findByAuthorizationItemId Method
Reads the EximImportDetails_IN table for a specified record ID.
Syntax
client server public static EximImportDetails_IN findByAuthorizationItemId(
EximAuthorizationSchemesTableRecId_IN _authorizationSchemesTableRecId,
ItemId _itemId,
[boolean _forUpdate])
Run On
Called
Parameters
- _authorizationSchemesTableRecId
Type: EximAuthorizationSchemesTableRecId_IN Extended Data Type
The EximAuthorizationSchemesTableRecId_IN value.
- _itemId
Type: ItemId Extended Data Type
The ItemId value.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: EximImportDetails_IN Table
The EximImportDetails_IN table record.