Allows the ability to insert a carriage return/line feed character when concatenating fields or hard-coding data.
CRLF()
Example: {billingstreet} + CRLF() + {billingcity} + ", " + {billingstate} + " " + {billingpostalcode}
Input: 100 Main St Hingham, MA 02043
Result: 100 Main St
Hingham, MA 02043
Click HERE to return to the full list of MassImpact Formulas