
Is there a function similar to 'My Notification' (which was available in NAV) in Business Central?
There is a requirement to notify a particular user when a sales order is ready to ship. The scenario,
Sales team raises sales quote (with finished good)
Converts S.Q to S.O
Assembly team create an assembly order for the finished good. Process assembly order. (creates finished good). (decided to go with assemble-to-stock as they need to post assembly order seperately)
Once the finished good is ready, the warehouse team should know what sales orders to be shipped. To get notified the sales orders that need to be processed, is there a way to notify. Or som sort of dashboard?
This may help restore the old process: chrisdsilvablog.wordpress.com/.../
To have a different type of notification produced you could look at power automate instead. The most simple method I can think of is you have a button on a sales order called notify users. You then choose a user workflow group and gather the emails. The retrieved emails are then constructed into a JSON structure. In Power Automate you can send a JSON to a defined endpoint. With that you then send a teams message, email or other. This blog shows the main steps. Just misses the part about gathering the email addresses. http://fredborg.org/?p=440