Update Method (Cust)
- Last UpdatedNov 06, 2025
- 1 minute read
The Update() method updates all columns of the specified customer or vendor record in the Cust table.
| Overload | Description |
|---|---|
| Update(Int32,String,String,String,DBString,String,DBString,DBString,DBString,DBString,DBString,DBString,Boolean,Boolean,DBString,DBString,DBString,DBString,DBString,String) | The Update() method updates all columns of the specified customer or vendor record in the Cust table. This overload of the method includes the lastEditComment and modId input parameters. |
| Update(Int32,String,String,String,DBString,String,DBString,DBString,DBString,DBString,DBString,DBString,Boolean,Boolean,DBString,DBString,DBString,DBString,DateTime) | The Update() method updates all columns of the specified customer or vendor record in the Cust table. This overload of the method includes the lastEditAt input parameter. |