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

