Improve the Dynamics to SharePoint Integration user experience a little bit more
The dataverse model-driven or customer engagement (Dynamics 365) app to SharePoint ‘integration’ has been a little theme of mine recently. Previous posts have explored adding metadata during document upload and synchronising Dataverse name changes with the related SharePoint folder.
But wait, there’s more! There are many small yet of significant positive impact customisations that I make for most of my customers using this the Dataverse to SharePoint Integration, without getting knee deep in custom pages:
Add a link to the form which opens the relevant SharePoint folder
Remove the GUID after the folder name
Synchronise any name changes with the SharePoint folder (as seen in my previous post)
Note: When it comes to anything SharePoint related with Power Automate I use an environment variable for the SharePoint Site address so its a clean move to another environment and therefore a different SharePoint site.
Add a link to the row (record) direct to the SharePoint folder
My client suggested it might help to add a link onto the form which goes directly to the relevant SharePoint folder. It sounds too simple, honestly I was sceptical but it turns out to be a) relatively simple to achieve and b) really handy for users and makers alike!
Hidden buttons and multiple clicks versus right there on the form and a single click - I know which one I prefer!
Here is how to create the SharePoint folder URL for each record. In this case I have set up a ‘Based on entity’ folder structure so we have Accounts, then inside the Account folder, there is another folder that contains opportunities for that Account only. SO getting the URL for each of these is a little different. but the trigger is always the same.
Now you have the URL you can write that back to a field on the relevant record where the user can easily access to open the SharePoint Folder
Note: I did ‘hard code’ the word ‘account’ here, I know my folders are always going to be at account level and below but we could also retrieve that by getting the parent of the parent using an embedded expand for extra credits.
Remove GUID from SharePoint folder name
Of course I never actually work things out myself, I’m just here with the inspirational images, so here is a blog from Shaun Wilkinson in 2014. Yes, it’s still the exact same process 8 years later. But the link to download the OrgDbOrgSettings has changed, you can find it here courtesy of the wonder Sean McNellis. Updating this OrgDB setting ‘CreateSPFoldersUsingNameandGuid‘ can be done via the OrgDbOrgSettings managed solution as shown in the blog, via code (don’t ask me how) or also via a lovely tool in XrmToolBox called ‘D365 Org DB Settings’ (thanks Carl Cookson!).
Small changes with significant results - your clients and users will thank you. Well, maybe they won’t, but they would if they knew.
Questions, comments and dad jokes always welcome —->