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 specified record in the RetailInventItemActivityTrans table.
Syntax
client server public static RetailInventItemActivityTrans find(
ItemId _itemId,
RetailInventItemActivityTypeId _activityTypeId,
RetailInventItemActivityId _activityId,
[boolean _forUpdate])
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The ID number of the item.
- _activityTypeId
Type: RetailInventItemActivityTypeId Extended Data Type
The type of the activity.
- _activityId
Type: RetailInventItemActivityId Extended Data Type
The ID number of the activity.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailInventItemActivityTrans Table
A record in the RetailInventItemActivityTrans table; otherwise, an empty record.