![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
customsql table — table for CustomSQL data
| Name | Description |
Data Type | BillMax Default |
|---|---|---|---|
| Name | Description |
Data Type | BillMax Default |
| access | The Permissions needed by the Authorized BillMax User to access the memorized report. |
int(11) | 0 |
| descr | The description of the memorized report. |
varchar(128) | No default. User input required. |
| empl | The Authorized BillMax User who created the entry. |
mediumint(8) | The Authorized BillMax User who created the entry. |
| moddate | The last date the memorized report was modified. |
date | The last date the memorized report was modified. |
| number | System Identifier for a database row. In most cases automatically generated. Allowable range is 1-2147483647. |
int(11) | Autogenerated. Generally next available integer. |
| query | The SQL query for the memorized report. |
text | No default. User input required. |
Relevant Interfaces
Library Routines
| BillMax_CustomSqlGet |
| BillMax_CustomSqlGetNext |
| BillMax_CustomSqlGetWhere |
| BillMax_CustomSqlPut |
Command Line Routines
| NONE |
CGI Routines
| report_customsql.cgi |
Web Forms - Custom SQL Forms