I'm trying to implement a file storage that saves files on a network share instead of the database. I followed the instructions here: API for file management | Creatio Academy but I'm getting a Cannot be null Parameter name: service error.
Based on the screenshots, an empty value appears to be passed to a method with the “service” argument. Unfortunately, there's not enough information available to pinpoint the exact cause of the error at this time.
To further investigate, it would be necessary to debug and examine what the service returns in the browser console, identify what service it is, and review the function call stack.
These issues typically fall under the scope of a development consultation for a deeper investigation.
If needed, you may want to discuss this with your manager to arrange a consultation.
I have integrated Creatio with blob storage to store the attachments in Azure container. Is there any way to store attachments from different sections(Ex: Account or Contact) into separate Azure container or s3 bucket
The integration was not officially released yet. It is being tested by our developers at the moment. Once all tests are fully completed we will update the documentation.
Please let us know in case any further information is required.
Tell me, please, is there a template or application with which you can edit files (docx, txt, pdf) inside CRM and after editing use them as an attachment to a letter without saving these files on your computer?
There is a specific example where CRM should act as the main repository of information from which the original version of the file is taken and the edited version is saved here (i.e., FTP or cloud disks cannot be used). Is it possible to implement this?