Skip to main content

Notifications

Configuring Business Central for Weekday Notifications

Jun Wang Profile Picture Jun Wang 4,022 Super User

 

Configuring Business Central for Weekday Notifications

Let's delve into how you can configure Microsoft Dynamics 365 Business Central to send instant notifications to approvers on weekdays only, using the job queue functionalities:

Step 1: Access the Job Queue Entry Card

The Job Queue Entry Card in Business Central is a powerful tool for scheduling and automating tasks. To set up notifications:

  1. Navigate to the Job Queue Entries via the search bar.
  2. Select the appropriate Job Queue Entry Card for the task. In our case, this would be one related to sending notifications for approvals.

Step 2: Configure Recurrence Settings

Within the job queue entry, you can specify exactly when the job should run:

  1. Disable Weekend Runs: Ensure that the recurrence settings for Saturdays and Sundays are turned off. This stops the process from initiating on these days.
  2. Enable Weekday Runs: Make sure that the recurrence is set to run from Monday to Friday. This will configure the job to only process on these days.

Step 3: Define the Task Details

  1. Set the Object Type to Run: Typically, this will be a Codeunit that handles notification sending.
  2. Enter the Object ID: This should correspond to the specific Codeunit designed for handling approvals notifications.
  3. Customize Additional Settings: Adjust parameters like start times, end times, and any specific conditions under which the job should run or not run.

Step 4: Monitoring and Adjustments

After setting up the job queue entry:

  1. Monitor the Job’s Execution: Keep an eye on the job queue to ensure that it is running as expected without errors during the weekdays.
  2. Make Adjustments as Needed: Depending on business needs or changes in workflow, return to the Job Queue Entry card to make necessary adjustments.

By effectively utilizing the Job Queue in Business Central, businesses can ensure that approvers receive instant notifications during the weekdays, respecting their time off during weekends. This not only helps in maintaining a work-life balance for team members but also streamlines process efficiency during active business hours. Setting this up correctly ensures that your business operations remain agile while respecting the personal time of your team members.

Comments

*This post is locked for comments