Skip to main content

Setup in Business Central

After installing the app from AppSource, a one-time setup is required to activate the core features. A wizard conveniently guides you through this process.

Setup Wizard

The easiest way to set up Advanced Notifications is to use the assisted setup wizard.

  1. Search for "Assisted Setup" and open the page.
  2. Find the "Advanced Notifications Setup Wizard" entry in the list and click on it to start the wizard.

Assisted Setup

The wizard consists of four essential steps:

Step 1: Licensing

Follow the instructions in the wizard to license the app. Licensing Documentation

Step 2: Job Queue

A job queue is required to process notification rules in the background and trigger notifications.
The wizard automatically creates and configures a job queue entry responsible for processing notifications.

Step 3: Email Account

To send notifications via email, you need a configured email account with the Advanced Notifications scenario assigned to it. To ensure this, click Set up next to "Email Account - Status" in the wizard.

Setup Wizard Email Account

If you haven't created a profile yet or want to create a new profile, click Add an email account in the "New" menu and complete the setup.

Add Email Account

Select the desired profile and click Email Scenarios in the "Navigate" menu.

Email Scenario

Then you can use the Add email scenarios button to open a list of available scenarios.

Assign Email Scenarios

Search for the Advanced Notifications entry and select it.

List Email Scenarios

Step 4: Email Template

A default template is required for sending notifications via email.
The wizard sets up a multilingual default email template (for German and English), which you can customize later.

Once all steps show "Ready" status, you can complete the wizard by clicking "Finish".

Assisted Setup Wizard

Customize Email Template and Placeholders

You can customize the email templates used for notifications at any time.

  1. Search for "Advanced Notifications Email Templates" and open the page.
  2. Select the template for the desired language and open the card.

Email Template

Important Fields in Email Template

FieldDescription
Fallback TemplateSets the current template as default if no email template is found in the recipient's target language.
Editor ModeSwitch between Visual Editor and HTML Editor.

Email Template Fields

warning

You can always switch from Visual Editor to HTML Editor without loss. Switching in the other direction may result in information loss.

Available Placeholders

In the templates, you can use placeholders to insert dynamic information from the notification and the triggering record.

PlaceholderDescription
{{RecipientName}}The recipient's name (e.g., the BC user's full name).
{{Record}}The RecordId of the modified record (e.g., "Customer: 10000").
{{RecordLink}}A direct link to the modified record in the Business Central web client.
{{RecordEvent}}A formatted overview of the fields and values that triggered the notification.
{{TriggeredAt}}The timestamp (date and time) when the notification was triggered.
{{NotificationNo}}The unique notification number.
{{NotificationDescription}}The description of the notification.
{{NotificationTableName}}The name of the table monitored by the rule (e.g., "Customer").
{{NotificationTableNo}}The number of the table monitored by the rule (e.g., 18).
{{NotificationTableFilter}}The filters defined in the notification.
{{NotificationLink}}A direct link to the notification card in Business Central.

Example Email

Help