Version 2004.10.04 - 2004.11.07 (WiredContact for ACT! was discontinued in 2007. You may still purchase licenses for WiredContact for ACT!, but we strongly recommend you upgrade to WiredContact Enterprise)
You can add options=s to the <#SendFrom tags to always show the from line as free form text. If you do this the user's My Record will be updated with the "From" line address when the email is sent.
You can add options=m to the <#SendFrom tags to show a drop down of existing user - and you can change the "From" line to any of these users. The My Record of the user would NOT be updated in this case.
You can add options=f to the <#SendFrom tags to use a static list from a text file for the drop down of available from lines. Search for "SendFrom" below to see an example. Using options=f will NOT update the user's My Record with the address from the "From" line.
<#dbdetail>
<tr><td class=text><#field field=field1></td><td><#field field=field2></td><td><#field field=field3></td></tr>
<#/dbdetail>
to define where to show it - use:
<table border=2>
<#dbdetails>
</table>
This version allows you to use the <#template file="reporttemplate.html"> tag in a template to redirect the report process to an alternate template, after scope, sort and other parameters have been processed. All scope, sort, and other paramters in the "redirected template" would be added to the parameters specified in the "pre template". This allows you to create a template that just displays data, then build several "pre templates" that would specify scoping and sorting parameters to use with the one display "redirected template". You must specify the <#template tag at the end of any parameters - all parameters occurring after the <#template tag will be discarded. You may use <#include template in a "pre template" or a "redirected template".
This allows you to specify static reports in the Reports.html with just the template name and title - specifying the rest of the report parameters in the templates themselves, or in include files.
The last four params conform to the checkboxes in the program itself. Reports, Library, Attachments, Document Templates. Use Y if you want to copy them, N if not. The defaults are the first ones listed: RY, LN, AN, DN
|   |
field1=_76 value1=34 textfield1=no field2=_77 value2=35 textfield2=yes |
|   |
fieldx=<field name> - This is the name of the field that data will be copied into. If this is a <#input field, the name will be "_x" where x is the field number. value1=<field number> - This is the field number of the field to copy information from. textfield1=yes/no - Indicates whether the receiving field is text (yes) or a drop down (no). |
You do not need to modify the field definitions in ACT! to take advantage of these features. The new features are enabled via the OPTIONS parameters for an <#input tag in the contact.html. The option values now include:
To take advantage of the multiple items from a dropdown in the ID/Status field, you would use the options tag like this: <#input class=ContactBigTextField Field=34 options=BEM>
To take advantage of the new dialog for accepting custom text items from a dropdown in the ID/Status field, you would use the options tag like this: <#input class=ContactBigTextField Field=34 options=BES>