0
edits
Changes
no edit summary
If you are using a Template or Type formula to populate a field with '''text''', rather than perform a calculation, you must enclose the statement on the right-side of the equal sign in quotations.
* Any other text inside the quotation marks, including spaces, will be concatenated to the result with the variables:
@opportunity.name@="@opportunity.client first name@ @opportunity.client last name@";
'''Example 2'''
@opportunity.name@="@opportunity.item 1@, @opportunity.item 2@ and @opportunity.item 3@";
[[Category:Universal Tracking Application]]