SoLine Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by SoLine.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new sales order line item record to the SO_Line table. |
![]() ![]() | Delete | The Delete() method deletes a specified sales order line item record from the SO_Line table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more sales order line item records from the SO_Line table, as specified by the filter parameters. Passing no filter parameters will retrieve all sales order line item records from the table. |
![]() ![]() | GetByFilter | Overloaded. The GetByFilter() method retrieves all of the sales order line item records from the SO_Line table of the specified sales order. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified sales order line item record from the SO_Line table. The sales order is uniquely identified by the combination of the customer ID and purchase order ID. |
![]() ![]() | GetNextSoLineNo | The GetNextSoLineNo() method retrieves the next line item number for the specified sales order. A sales order is uniquely identified by the combination of the customer ID and purchase order ID. |
![]() ![]() | Update | The Update() method updates all columns of the specified sales order line item record in the SO_Line table. The sales order line is uniquely identified by the combination of the customer ID, purchase order ID, and SO line number. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified sales order line item record in the SO_Line table. The sales order line is uniquely identified by the combination of the customer ID, purchase order ID, and SO line number. |

