Since there is a limit of 5K items per library, we have an issue while sorting SharePoint data inside CRM. We are planning to move couple of folders per entity to a different library to reduce the items under each library, and the new library will be created inside SharePoint and as per the entity name it will select folder to create new folder (document location). We are trying to see if this is possible inside CRM using SDK.
As We've already 5k+ records under default 'Account' library inside SharePoint, I want to use another custom library (like 'Account-2016' or 'Account -B') and the custom library will be based on Account name or Current Year +Month.
I do not want to create folder for each record in CRM. How can I override the code that will hit the custom SharePoint library while creating document location?
In CRM when we create a new account and then navigate to 'Document' tile and we ideally get a popup window to create new folder in SharePoint 'Account' library. how can we override this.
Can someone please help me in this regard, how can I proceed further?