Is it possible to override the raised warning message below and replace it with something else like "Field FTE must be at least a minimum of .001"?
Thanks
Hi,
I don't know the exact scenario, but for the below scenario we can use XtendM3 triggers to control the flow and show an alert message.Let say you are creating an order line(not the quick entry) on customer order and there is a system validation already available like sales price can't be zero and you want to override it. So what we can do is write an XtendM3 trigger on the PECHK method to validate the condition on our own and show the error message then stop the flow. Below is just a snapshot of the XtendM3 trigger.
Yes, it's possible if You capture the message previously...