Cust Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see Cust members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. The Add() method adds a new customer or vendor record to the Cust table. |
![]() ![]() | Delete | The Delete() method deletes a specified customer or vendor record from the Cust table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more customer or vendor records from the Cust table, as specified by the filter parameters. Passing no filter parameters will retrieve all customer or vendor records from the table. |
![]() ![]() | GetByFilter | Overloaded. The GetByFilter() method retrieves a set of customers and their sales orders. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified customer or vendor record from the Cust table. |
![]() ![]() | Update | Overloaded. The Update() method updates all columns of the specified customer or vendor record in the Cust table. |
![]() ![]() | UpdateSpecific | Overloaded. The UpdateSpecific() method updates selected columns of the specified customer or vendor record in the Cust table. |

