![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
lists table — table for List data
| Name | Description |
Data Type | BillMax Default |
|---|---|---|---|
| Name | Description |
Data Type | BillMax Default |
| constraints | Specifies a Constraint for the possible values for a specific List entry. |
varchar(100) | BLANK |
| descr |
The name for a list value. Shown in the |
varchar(255) | Name of list with a counter appended. Example: "listname_1" |
| explanation |
The description for a list value. Shown in the |
varchar(255) | BLANK |
| list | List name. |
varchar(50) | No default. User input required. |
| mutable | Specifies whether a List value may be deleted or modified through the standard List web page. |
int(11) | 1 |
| number | System Identifier for a database row. In most cases automatically generated. Allowable range is 1-2147483647. |
int(11) | Autogenerated. Generally next available integer. |
| sortorder | User specified sort order of entries. Used for display purposes. |
float(10,2) | 1 + current sort order maximum. |
| value |
The list value. Shown in the |
text | BLANK |
Relevant Interfaces
Library Routines
| BillMax_ListGetItemByValue |
| BillMax_ListGetNextItem |
| BillMax_ListGetWhere |
| BillMax_ListItemPut |
Command Line Routines - NONE
CGI Routines
| enter_listitem.cgi |
Web Forms - the section called “Configuring Lists”