Changes

Custom Field Type: Special – MS Word Merge

215 bytes added, 16:38, 30 December 2010
Troubleshooting
* 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. Also, you got to make duplicate of the variable name after the logic condition in order for the variable name to work.
<br>
appID=@#1136338#@;<br>
CPA_Name=@contact.*Int - Coordinator of Program Administration.fullname@;<br>
&lt;!--@sslogic(',@client.categoryids@,' regexp ',1853,'!='1')--&gt;<br>
'''companyName=@client.name@;<br>''' '''companyName=@client.name@;<br>'''
companyAddress=@client.address@;<br>
&lt;!--@else--&gt;<br>
'''companyName=@client.parent.name@;<br>''''''companyName=@client.parent.name@;<br>'''
companyAddress=@client.parent.address@;<br>
&lt;!--@end--&gt;<br>
43
edits