You can insert numeric functions in the Email Template to Add, Subtract, Divide, and multiply Salesmate fields.
Topics Covered:
Plus
This function adds a number to the field mentioned by you.
Input:
The total sum is : {{80 | plus:10}}
Output:
The total sum is : 90
Minus
This function subtracts a number to the field mentioned by you.
Input:
The subtraction is : {{90 | minus:10}}
Output:
The subtraction is : 80
Times
This function multiplies a number to the field mentioned by you.
Input:
The multiplication is : {{80 | times:10}}
Output:
The multiplication is : 800
Divided By
This function divides a number into the field mentioned by you.
Input:
The division is : {{5 | divided_by:5}}
Output:
The division is : 16
Comments
0 comments
Article is closed for comments.