Request External Pricing Button and on Save on Sales Quote Calls the same action RequestExternalData.
I want to display a message when Request External Pricing Button is clicked but as the method also gets triggered on Save, the message displays after every save which is not required for me.
There is no parameter/field which differentiates whether the action RequestExternalData is called by
Request External Pricing Button or on Save.
Is there a solution for it.