CustContact Class Members
- Last UpdatedNov 06, 2025
- 2 minute read
The following tables list the members exposed by CustContact.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a customer or vendor contact record to the Cust_Contact table. |
![]() ![]() | Delete | The Delete() method deletes a specified customer or vendor contact record from the Cust_Contact table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more customer or vendor contact records from the Cust_Contact table, as specified by the filter parameters. Passing no filter parameters will retrieve all contact records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified customer or vendor contact. |
![]() ![]() | Update | The Update() method updates all columns of the specified contact record in the Cust_Contact table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified contact record in the Cust_Contact table. |

