We are using Dynamics 365 CRM along with a Web portal that has been constructed in Umbraco.
Our company is multi-site with a wide variety of security preferences for the users. Basically, we don't want our users to be messing around in the back end of Umbraco!
Ideally, we'd like the users to upload an image into Dynamics and for that image to sync to Umbraco. If possible, we'd then like Umbraco to sync back the url of the image to a field in Dynamics.
Does anyone know if this is possible, or have any ideas on a workaround?
Yes, this is definitely possible, but may be difficult to update umbraco based on a change in Dynamics. In the past we used hangfire to synchronise products (including images) from dynamics to Umbraco on a schedule.
Syncing images from Dynamics 365 CRM to Umbraco
Hello
We are using Dynamics 365 CRM along with a Web portal that has been constructed in Umbraco.
Our company is multi-site with a wide variety of security preferences for the users. Basically, we don't want our users to be messing around in the back end of Umbraco!
Ideally, we'd like the users to upload an image into Dynamics and for that image to sync to Umbraco. If possible, we'd then like Umbraco to sync back the url of the image to a field in Dynamics.
Does anyone know if this is possible, or have any ideas on a workaround?
Many thanks Jon
Hi,
Yes, this is definitely possible, but may be difficult to update umbraco based on a change in Dynamics. In the past we used hangfire to synchronise products (including images) from dynamics to Umbraco on a schedule.
Hi Huw
Many thanks for your reply. I'll check it out and see if it will work for us.
Best wishes Jon
shout if you get stuck, I may still have some code buried somewhere :D
You could write an api endpoint in umbraco and call that from a dynamics plugin/flow to achieve that part
is working on a reply...