Changes

Template / Type Formula

295 bytes added, 19:09, 4 June 2009
Using Template/Type Formulas for Text
==Using Template/Type Formulas for Text==
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 single quotataionsquotations.* Any other text, including spaces, will be concatenated to the result::
@opportunity.name@='@opportunity.client first name@ @opportunity.client last name@';
::''Note that the space between the "client first name" and "client last name" variables will place a space between them in the resultant statement.''
 
 
'''Example 2'''
@opportunity.name@='@opportunity.item 1@, @opportunity.item 2@ and @opportunity.item 3@';
::''Would result in a comma and space between the first 2 items and the word "and" between item 2 and 3.''
[[Category:Universal Tracking Application]]
0
edits