Remove Warning message in Base LB in the Ext Logic Block

Hi! We have this ask for Counter Sales Orders:
The “Warning - The tax solution initially used to calculate taxes has been modified. You can calculate tax and save to apply the change on this order.” is cleaned up or removed as it causes concern.
Is there a way to remove this single warning message (Message Data Item: BaseMsg204) in the Extension Logic Block (nsCoxSalesOrdersFormInitWrapper), as Clear Messages will clear all the messages and not only this one Warning message.

As far as I’m aware, there isn’t a way to do this currently because your after extension LB inherits the current logic block message list and there is no way to selectively manipulate that list beyond adding messages to it or clearing it.

If you were in the situation of your logic block calling another logic block and adopting its messages, there would be more options as you could place the called logic block’s message in a different list, but I don’t think situation fits your use case.

1 Like

It might make sense to ask for a base product enhancement here if you believe there’s a legitimate situation in regular ERP functioning where this situation could be encountered and the message shouldn’t get emitted.

3 Likes