Hello,
I'm working on a scenario in Dynamics 365 Business Central where I need to handle inventory checks when creating sales orders. Specifically, I want to achieve the following:
1. When I create a sales order and add multiple items to the sales lines, if one of the items is not in inventory, I want to show a notification to the user indicating that the item is not in inventory, this already comes up, but it goes aways and when you open the sales order again it does not show notification again.
2. The system should prevent the user from creating a warehouse shipment document for that particular item.
Is there a way to implement this functionality in Business Central? If so, could you please provide guidance or examples on how to achieve this?