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

  • 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.

See Also

Reference

RetailTransactionSalesTrans Table