web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

Creating User Notifications for Approval Requests

(7) ShareShare
ReportReport
Posted on by 165

I have successfully implemented the vendor approval workflow. Now I want to create a notification (under the notification icon) whenever a request is sent to a user for approval.

 

Since the workflow notification setup does not provide this functionality, should I write custom code to trigger a notification whenever an approval entry is created and its status is Open?

 
 
I have the same question (0)
  • Gerardo Rentería García Profile Picture
    25,555 Most Valuable Professional on at
    Hi
    Notifications appear at the top,
    Best
    GR
  • Suggested answer
    OussamaSabbouh Profile Picture
    12,808 Super User 2026 Season 1 on at
    Hello,
     
    No custom code needed.
    Use standard approval notifications:
     
    Approval User Setup → Notification Method = Note, Recurrence = Instantly
     
    Workflow step must include “Send approval request… and create a notification”
     
    Workflow notification job queue must be running.
     
     
    That’s all you need for the bell icon notifications.
     
    Regards,
    Oussama Sabbouh
  • Suggested answer
    Gregory Mavrogeorgis Profile Picture
    992 Super User 2026 Season 1 on at
    Hi 
    The notification bell in Business Central does NOT fire automatically when an approval request is created.
    Even though you’ve got your vendor approval workflow working, BC’s built-in workflow notifications only send emails or approval requests, not bell-icon notifications.

    That’s why nothing shows up under the bell.
    So yes — if you want that little bell icon to light up whenever someone gets an approval request, you do need a small piece of custom code. There’s no standard setting for it.
    What you’d do is:
    • When an Approval Entry is created (and its status is Open),
    • You trigger a notification through AL code,
    • And assign it to the specific user who needs to approve.
    It’s a tiny customization 
     
     
    If you found this helpful please mark it as verified
  • Suggested answer
    YUN ZHU Profile Picture
    99,055 Super User 2026 Season 1 on at
    Hi, This notification was sent by Microsoft; partners cannot send notifications here, including customized ones.
    Hope the following helps.
    Specify when and how to receive workflow notifications
     
    Thanks
    ZHU
  • Suggested answer
    Rishabh Kanaskar Profile Picture
    6,219 Super User 2026 Season 1 on at
    Hi,
     
    We cannot inject notifications into the standard notification icon (bell) in Business Central. That area is reserved for system-generated notifications from Microsoft.
    If you need to alert users when an approval entry is created, the alternatives are:
    Email notifications using Workflow Notification Setup (standard feature).
    Task creation via approval workflow responses.
    Custom Role Center cues or factboxes showing pending approvals for the user.
     
    Thanks
    Rishabh
  • Suggested answer
    Jainam M. Kothari Profile Picture
    15,732 Super User 2026 Season 1 on at
    Hello,
     
    Yes, you’ll need custom code because the standard workflow notifications only handle emails. The best approach is to subscribe to the Approval Entry table’s insert event, check if the status is Open, and then use the AL Notification data type to create a message for the approver.
     
    Set the recipient to the Approver ID, add an action to open the approval page or vendor card, and send it so it appears under the bell icon.
     
    This ensures real-time, in-app alerts for approval requests without relying on email.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,926 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,158 Super User 2026 Season 1

#3
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 533 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans