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

