Hi All,
As per requirement when user going to delete lines from Sales order then the line parameters should go to dynamics CRM. this is the integration between AX and CRM. and it's working fine.
Basically I wrote the code in SalesLineType - Delete method.
Suppose user select multiple lines ( 2 ) and clicked on removed button , then as per standard behaviour , the Delete method is called TWICE and integration is called twice. Because delete method is called one by one record to delete.
That is working fine, BUT customer wants to call integration class ONCE to delete multiple lines from Sales order.
Kindly let me know how to achieve this.
Thanks!
*This post is locked for comments
I have the same question (0)