Hello
I have a requirement where i am supposed to pull data from a table stored on a sql server and put that data inside a entity on dynamics. this does not need to necessarily be real time. I can have it scheduled to do the data import maybe 5 times a day. I am looking for the best way to do this. so essentially we know the sql query we need to run, i want to run the query somehow and grab the resultant data from sql. Then map the data onto the entity. I know i can manually get the data as csv and use that to upload it using the mapping and data import features of dynamics crm. But i need this entire process to be automatic. I am trying to somehow use javascript to automatically grab the data, (essentially run the sql query twice a day) and upload the data to the entity. The tables and fields are always the same. The entity is a reference entity that other entities use to relate information to.
Thanks.
*This post is locked for comments
I have the same question (0)