How we can populate XML and send it to Third Party URL?
Sep 28, 2017 at 07:36 AM|51 Views
Business Scenario:
We have to add one button in the SalesOrder screen under CustomerQuote BO. On click of this button,following data should get populated in a XML file:
Customer Details,Item Details,Invoice Details,Invoice Item Specific Details
After population of this XML, it should get automatically sent to any Third Party URL.
Can someone please give me any suggestions as on how I can implement this scenario of population of XML and sending it to Third Party URL on clicking a button?
Add comment