Share via


RetailReceiptProfile::find Method

Finds the specified record in the RetailReceiptProfile table.

Syntax

client server public static RetailReceiptProfile find(RetailReceiptProfileId _profileId, [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record to update; optional.

Return Value

Type: RetailReceiptProfile Table
A record in the RetailReceiptProfile table; otherwise, an empty record.

See Also

Reference

RetailReceiptProfile Table