Right now, i have custom js plugin that allow to save note attachments using drag and drop.They are stored in CRM database by default. Now i need to implement sharepoint integration and ability to save notes attachment in special folder on sharepoint site. What i have done:
Using dynamic CRM 2015 on-premises, linked it to sharepoint site, installed list component on it and enabled document management for notes entity. Then i automatically created folders for all entites with marked document management. Should it automatically save notes on sharepoint or not? Or i should write additional plugin, that will connect to sharepoint site and upload attachment to sharepoint?Or how?