Receipt Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see Receipt members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new receipt record to the Receipt table. |
![]() ![]() | Delete | The Delete() method deletes the specified receipt record from the Receipt table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more receipt records from the Receipt table, as specified by the filter parameters. Passing no filter parameters will retrieve all receipt records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified receipt record from the Receipt table. |
![]() ![]() | Update | The Update() method updates all columns for the specified receipt record in Receipt table. The receipt is uniquely identified by the combination of the purchase order ID, date received, and item ID. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates specific columns for the specified receipt record in Receipt table. The receipt is uniquely identified by the combination of the purchase order ID, date received, and item ID. |

