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

