Dollar variable parameters allow further control over the output of the dollar variable. These are explained below.
Date/Time variables
Example – $_DATECLOSED{YYYY-MM-DD HH:mm}
Money variables
Example – $_INVOICETOTAL{THOUSAND:,|DECIMAL:.}
This would output with the specified Thousand and Decimal separators – in this case , and . would be used.
String/Text variables
Example – $_SUBJECT{MAXLENGTH:100|OVERFLOW:….}
This would limit the output to 100 characters and and add the overflow characters at the end of the output if this max length was used.