Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the TAMFundInvent record that matches the specified criteria.
Syntax
client server public static TAMFundInvent find(
TAMFundID _fundID,
ItemId _itemId,
[InventDimId _inventDimId,
boolean _forUpdate])
Run On
Called
Parameters
- _fundID
Type: TAMFundID Extended Data Type
The TAMFundID to search for.
- _itemId
Type: ItemId Extended Data Type
The ItemId to search for.
- _inventDimId
Type: InventDimId Extended Data Type
The InventDimId to search for.
- _forUpdate
Type: boolean
Indicates if the record should be selected for update.
Return Value
Type: TAMFundInvent Table
The TAMFundInvent record found for the specified criteria.