Hello,
When creating a new sales order, a dialog appears with the required fields. In the insert() method extension of SalesTable, I have created a condition which, when met, shows a specific info message. The message appears when the dialog is closed. The requirement, however, is that this message should not appear from the "Action Center" message (in the upper right corner), but as a bar across the width of the form.
The problem is that after closing the dialog, the system shows the form with the details of the newly created sales order.
Is it possible to do this?
Thanks.