Add Method (Cust)
- Last UpdatedNov 06, 2025
- 1 minute read
The Add() method adds a new customer or vendor record to the Cust table.
| Overload | Description |
|---|---|
| Add(Int32,String,String,String,String,String,String,String,String,String,String,String,Boolean,Boolean,String,String,String,String,String,String) | The Add() method adds a new customer or vendor record to the Cust table. This overload of the method includes the lastEditComment and modId input parameters. |
| Add(Int32,String,String,String,String,String,String,String,String,String,String,String,Boolean,Boolean,String,String,String,String,DateTime) | The Add() method adds a new customer or vendor record to the Cust table. This overload of the method includes the lastEditAt input parameter. |