I have enabled Sharepoint online integration with Dynamics.
It creates folder as and when I navigate to Documents Tab.
My question is how to create these folders for already exisitng Records. I do not want to navigate to each of the records and then click on Documents tab and then let CRM/Sharepoint create folder.
Is there any trigger which I could do programatically so that folder will be created automatically.
Note: I can create SharePoint Document location record per hand orprogrammatically but then I would be needed to give Folder name as (<Record Primary Name><Record Guid>) which I would like to avoid.
Reason: SharePoint and CRM does neglect special characters which are not allowed in SharePoint and I do not want this headache of looking for correct name. I want CRM/Sharepoint to perform just it should happen for already existing records.
Any Idea?