RetailTransactionSalesTrans::findInventTransId Method
Finds a specified record in the RetailTransactionSalesTrans table.
Syntax
client server public static RetailTransactionSalesTrans findInventTransId(InventTransId transId, [boolean update])
Run On
Called
Parameters
- transId
Type: InventTransId Extended Data Type
The ID of an item lot.
- update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailTransactionSalesTrans Table
A record in the RetailTransactionSalesTrans table; otherwise, an empty record.