Hi.
We have have default server-to-server document integration between CRM online and Sharepoint online.
The default integration is working fine, but we had some existing document libraries from and older version from CRM and that integration was custom.
These document libraries were migrated to sharepoint online and we created the document locations for these manually in code.
The existing ones are breaking when trying to navigate through folders inside.
What I can tell is that the old ones are document libraries in sharepoint, and the new ones that are created through the default integration are folders inside a document library.
The old integration looks like this:
www.x.sharepoint.com/crmdocs/1/a/Company
Where "crmdocs", "1" and "a" are sites and "Company" is a document library.
In CRM, i have sharepointsites for "crmdocs", "1" and "a" and a sharepointdocumentlocation for "Company"
When i point a sharepointdocumentlocation to "Company", the navigation breaks. I can se inside the library in CRM, but I get an error message when trying to click on folders inside.
The new, default integration is like this:
www.x.sharepoint.com/crmdocs/account/Company
Where "crmdocs" is a site, "account" is a document library and "Company" is a folder.
Here, i can navigate through subfolder of "Company" from the CRM view.
So my question is: Can a sharepointdocumentlocation with a regarding record in CRM point to the root level of a Document library in Sharepoint and not a folder withtin?
*This post is locked for comments