
Hi,
I am looking for create hierarchical folder structure in SharePoint for Dynamics CRM. Please guide me how to do it like client>> location >> account >> account name >> cases, where client and location are Dynamics CRM account attributes.
thanks,
Sandeep
Hi,
There is no out of box way to achieve this. You need to use SharePoint REST API to create folder structure programmatically? You can refer the sample code by Scott Durow here to start with.
code.msdn.microsoft.com/SharePoint-Integration-c5f21604
Hope this help