Link to home
Start Free TrialLog in
Avatar of teknovation
teknovation

asked on

Dynamic CRM - how to take XML File and create an order

Can someone tell me how I can create a plugin or api to take an XML file that contains a new order information and create a new order entity for Dynamic CRM?
Avatar of Feridun Kadir
Feridun Kadir
Flag of United Kingdom of Great Britain and Northern Ireland image

If you want to programmatically create orders in CRM you need to call the CRM web services API. This is described in the SDK, here is a link to the orders part https://msdn.microsoft.com/en-gb/library/gg309346.aspx

Is that what you want to do?
Avatar of teknovation
teknovation

ASKER

Hi and thanks for replying! It's close, I want to be able to load data into CRM via XML file but using C# to pull the data in the file into the correct fields in CRM
ASKER CERTIFIED SOLUTION
Avatar of Rikin Shah
Rikin Shah
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial