![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
tabledefaults table — table for Table Defaults data
| Name | Description |
Data Type | BillMax Default |
|---|---|---|---|
| Name | Description |
Data Type | BillMax Default |
| defaultval |
The default value for a field. If non- |
char(50) | BLANK |
| errmsg | An override to the standard error message generated by BillMax. As an example, when a credit card is invalid, then a customized message may be displayed. |
char(100) | BLANK |
| field | The name of the database field and/or bmuitemplate form field. Not all values specified here need to be a database field. |
char(50) | BLANK |
| htmlfile |
A filter used to choose a record from tabledefaults table. Supplying the value for |
char(50) | * |
| newovw |
Specify whether a field may be supplied by bmui.cgi to bmuid upon creation of a Account/User/Service triplet for a new customer. Using SERVICE_price as an example, in general
|
tinyint(4) | 0 |
| newreq |
Specify whether a field must be supplied by bmuid to bmuid upon creation of a Account/User/Service triplet for a new customer. An example is requiring that
|
tinyint(4) | 0 |
| number | System Identifier for a database row. In most cases automatically generated. Allowable range is 1-2147483647. |
int(11) | 0 |
| sortorder | User specified sort order of entries. Used for display purposes. |
float(10,2) | 0.00 |
| updreq |
When updating the records of an existing customer, is a value for the field required.
|
tinyint(4) | 0 |
| updrw |
Specifies the customer's accessibility to the value specified by tabledefaults.field.
|
tinyint(4) | 0 |
Relevant Interfaces
Library Routines - NONE
Command Line Routines - NONE
CGI Routines - NONE
Web Forms - the section called “Understanding the tabledefaults table”