Notification templates (SM204003)

This topic gives you information about the elements that you find in this window in Visma.net ERP, such as fields, field values, buttons, and check boxes.

You use this window to create and edit notification and email templates.
Notification and email templates define the look and content of the emails to be sent to employees or customer or supplier contacts.
You can insert place-holders or system variables enclosed in double parentheses, such as ((CustomerFullName))—to use recipients' data to personalise notification emails when they're sent.
Placeholders can be used in the email template's body as well as in the email properties, such as Subject, To, CC, and BCC.

Any template that you want to use as a user welcome template must have four place-holders set up in the following order: ((Company)), ((Name)), ((Username)), and ((Password)). To see an example, view the User welcome notification template, which is the default template to welcome new users to Visma.net ERP.

You can include information from document detail lines in notifications by adding a foreach loop to the body of the notification template in the HTML format.
For instance: You can use the following construction for notifications about sales forecasts:
<foreach view="Products”> ((Products.InventoryID)) - ((Products.Quantity)) - ((Products.CuryExtPrice)) <br> </foreach>