Many workflow responses are about notifying a user that an event has occurred that they must act on. For example, on one workflow step, the event can be that User 1 requests approval of a new record, and the response is that a notification is sent to User 2, the approver. On the next workflow step, the event can be that User 2 approves the record, and the response is that a notification is sent to User 3 to start a related processing of the approved record. For workflow steps that are about approval, each notification is tied to an approval entry. For more information, see Workflow.

Note
The generic version of Microsoft Dynamics NAV supports notifications as email and as internal notes.

Important
All workflow notifications are sent through a job queue. Make sure that the job queue in your installation of Microsoft Dynamics NAV is set up to handle workflow notifications, and that the Start Automatically From NAS check box is selected. For more information, see How to: Set Up Job Queues.

You set up different aspects of workflow notifications in the following places:

  1. For approval workflows, you set up the recipients of workflow notifications by filling a line in the Approval User Setup window for each user that takes part in the workflow. For example, if User 2 is specified in the Approver ID field on the line for User 1, then the approval request notification is sent to User 1. For more information, see How to: Set Up Approval Users.
  2. You set when and how users receive workflow notifications by filling the Notification Schedule window for each workflow user. For more information, see How to: Specify When and How to Receive Notifications.
  3. You set up the general content and layout of notifications, including notifications about overdue workflow responses, by setting up notification templates in the Notification Templates window. You can use the default templates provided with Microsoft Dynamics NAV, or you can export, modify, and then reimport them. For more information, see How to: Manage Notification Templates.
  4. You set up specific content and rules of a workflow notification when you create the workflow in question. You do this by selecting options in the Workflow Response Options window for the workflow response that represents the notification. For more information, see step 9 in How to: Create Workflows.

To send emails from Microsoft Dynamics NAV using an SMTP server, you must fill the SMTP Mail Setup window. For more information, see How to: Set Up SMTP Email.

See Also