Hi,
We are moving from crm 2016 onprem to Dynamics 365 online soon. We do have a custom data import feature coded long ago with organizationservice, Create/update requests etc.
I am a little lost with plethora of features in Dynamics 365 online. Is there any new feature that I could use to implement the same thing we had for years in onprem?
Our onprem setup - Basically, we have our users upload csv files everyday(html webresource) and file gets stored on a server location. We scheduled our code as windows task scheduler which processes the file and does inserts/updates to our CRM application.
Can somebody please guide me through some options in Dynamics Online that I can implement?
Thanks.