EximSummaryImportableItems_IN::find Method
Finds the specified record in EximSummaryImportableItems_IN table.
Syntax
client server public static EximSummaryImportableItems_IN find(
EximAuthorizationSchemesTableRecId_IN _authorizationSchemesTableRecId,
Version _version,
ItemId _itemId,
[boolean _forUpdate])
Run On
Called
Parameters
- _authorizationSchemesTableRecId
Type: EximAuthorizationSchemesTableRecId_IN Extended Data Type
The authorization scheme table record id of the EximSummaryImportableItems_IN table record.
- _version
Type: Version Extended Data Type
The version of the EximSummaryImportableItems_IN table record.
- _itemId
Type: ItemId Extended Data Type
The item id of the EximSummaryImportableItems_IN table record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: EximSummaryImportableItems_IN Table
A record in the EximSummaryImportableItems_IN table; otherwise, an empty record.