<title>Report Instance Domain ID</title>
<type>int unsigned</type>
<required>true</required>
- <comment>Which Domain is this instance for</comment>
+ <comment>Which Domain is this instance for</comment>
<add>3.1</add>
</field>
<foreignKey>
<type>varchar</type>
<length>255</length>
<comment>Report Instance Title.</comment>
+ <html>
+ <type>Text</type>
+ </html>
<add>2.2</add>
</field>
<field>
<length>64</length>
<required>true</required>
<comment>FK to civicrm_option_value for the report template</comment>
+ <html>
+ <type>Select</type>
+ </html>
<add>2.2</add>
</field>
<field>
<type>varchar</type>
<length>255</length>
<comment>when combined with report_id/template uniquely identifies the instance</comment>
+ <html>
+ <type>Text</type>
+ </html>
<add>3.2</add>
</field>
<field>
<length>255</length>
<comment>arguments that are passed in the url when invoking the instance</comment>
<add>3.2</add>
+ <html>
+ <type>Text</type>
+ </html>
</field>
<field>
<name>description</name>
<type>varchar</type>
<length>255</length>
<comment>Report Instance description.</comment>
+ <html>
+ <type>Text</type>
+ </html>
<add>2.2</add>
</field>
<field>
<type>varchar</type>
<length>255</length>
<comment>permission required to be able to run this instance</comment>
+ <html>
+ <type>Text</type>
+ </html>
<add>2.2</add>
</field>
<field>
<length>1024</length>
<comment>role required to be able to run this instance</comment>
<add>4.1</add>
+ <html>
+ <type>Text</type>
+ </html>
</field>
<field>
<name>form_values</name>
<title>Report Instance is Active</title>
<type>boolean</type>
<comment>Is this entry active?</comment>
+ <html>
+ <type>CheckBox</type>
+ </html>
<add>2.2</add>
</field>
<field>
<type>varchar</type>
<length>255</length>
<comment>Subject of email</comment>
+ <html>
+ <type>Text</type>
+ </html>
</field>
<field>
<name>email_to</name>
<title>Email Report Instance To</title>
<type>text</type>
<comment>comma-separated list of email addresses to send the report to</comment>
+ <html>
+ <type>Text</type>
+ </html>
<add>2.2</add>
</field>
<field>
<title>cc Email Report Instance To</title>
<type>text</type>
<comment>comma-separated list of email addresses to send the report to</comment>
+ <html>
+ <type>Text</type>
+ </html>
<add>2.2</add>
</field>
<field>
<title>Instance is Reserved</title>
<type>boolean</type>
<default>0</default>
+ <html>
+ <type>CheckBox</type>
+ </html>
<add>4.2</add>
</field>
</table>
<type>varchar</type>
<length>64</length>
<comment>Provider name visible to user</comment>
+ <html>
+ <type>Text</type>
+ </html>
<add>4.2</add>
</field>
<field>
<name>username</name>
<type>varchar</type>
<length>255</length>
+ <html>
+ <type>Text</type>
+ </html>
<add>4.2</add>
</field>
<field>
<name>password</name>
<type>varchar</type>
<length>255</length>
+ <html>
+ <type>Text</type>
+ </html>
<add>4.2</add>
</field>
<field>
<type>int unsigned</type>
<required>true</required>
<comment>points to value in civicrm_option_value for group sms_api_type</comment>
+ <html>
+ <type>Select</type>
+ </html>
<add>4.2</add>
</field>
<field>
<name>api_url</name>
<type>varchar</type>
<length>128</length>
+ <html>
+ <type>Text</type>
+ </html>
<add>4.2</add>
</field>
<field>
<name>api_params</name>
<type>text</type>
<comment>the api params in xml, http or smtp format</comment>
+ <html>
+ <type>Text</type>
+ </html>
<add>4.2</add>
</field>
<field>
<type>boolean</type>
<default>0</default>
<add>4.2</add>
+ <html>
+ <type>CheckBox</type>
+ </html>
</field>
<field>
<name>is_active</name>
<type>boolean</type>
<default>0</default>
<add>4.2</add>
+ <html>
+ <type>CheckBox</type>
+ </html>
</field>
</table>