Hi all,
the point is to avoid the notes/attachment system. we need add custom properies to the documents as category, subcategory or whatever
other point is not store the files into th DB.
So.... we are thinking in integrate our CRM with SharePoint, but we need to categorize the documents. so, the idea was to extend the metadata in sharepoint and upload the files from CRM. but we did not find the way to set the custom attributes from CRM. is this true? do we need to implement a custom solution using the sharepoint SDK?
The other option is to create a custom file upload webresource... the idea is create a webresource with a file control, send the file and caputure it in a plugin... but no idea if this is possible or how to achieve it
any suggestion?