Hello,
I notice that CalculatePrice Plugin is fired on any load or refresh of an opportunity. Is that normal ?
So in this case, to cancel the plugin's execution, i added this code to my plugin
if ( context.ParentContext.messageName("Retrieve") ) {return;}
What do you think of this approach?
Best regards,
Mehdi El Amri
*This post is locked for comments