![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
BillMax_ListItemPut — Insert or update a List record in the lists table
#include "billmax.h"
int BillMax_ListItemPut( |
listitem); |
|
listitem); |
|
listitem; |
If listitem->number is 0, then a new record is inserted into the lists table. If listitem->number is NOT 0 and there exists a record in the lists table of which lists.number is the same value as listitem->number, then the database fields of that record are updated with the values in LISTITEM structure. Otherwise a new record is inserted with the values in LISTITEM structure.
![]() |
Warning |
|---|---|
BillMax_ListItemPut does not honor the listdef.uniqueval setting. |
The data for inserting or updating a record in lists table. See LISTITEM structure.