Changes

Jump to: navigation, search

Custom Field Type: Special – MS Word Merge

780 bytes added, 17:49, 22 November 2010
no edit summary
* If a variable is not found the ''@variablename@'' is not able to be converted to stored data, so is displayed on the MS Word Merge document exactly as written. This can happen if the associated [[Custom Field]] is on a different [[Template]] or '''Type'''.
 
'''Issue:'''
* Adding ssLogic function into the MS Word Merge custom field without resulting in custom field missing when go back to the Field List View.
'''Solution:'''
* Follow this format would resolve the issues, got to include an return/enter line at the end.
<br>
appID=@#1136338#@;<br>
Catchment_Area=@company.Assigned Catchment Area.name@;<br>
PM_Name=@contact.*Int - Program Manager.fullname@;<br>
CPA_Name=@contact.*Int - Coordinator of Program Administration.fullname@;<br>
&lt;!--@sslogic(',@client.categoryids@,' regexp ',1853,'!='1')--&gt;<br>
companyName=@client.name@;<br>
companyAddress=@client.address@;<br>
&lt;!--@else--&gt;<br>
companyName=@client.parent.name@;<br>
companyAddress=@client.parent.address@;<br>
&lt;!--@end--&gt;<br>
<newline at the end> <br>
==See Also==
43
edits

Navigation menu