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 RetailReceiptProfile table.
Syntax
client server public static RetailReceiptProfile find(RetailReceiptProfileId _profileId, [boolean _forupdate])
Run On
Called
Parameters
- _profileId
Type: RetailReceiptProfileId Extended Data Type
The profile ID of the receipt.
- _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.