Hello,
I need to alter the file upload so that certain attachments are saved to an external system rather than the Creatio database. I need to know the schema and methods that handle the upload and download of files in the freedom UI so that I can modify it as needed.
Any help is appreciated. Thank you!
Allen
Like
Hello,
You can set up an S3 integration to complete your task.
More information is available here: https://academy.creatio.com/docs/user/setup_and_administration/base_int…
Best regards,
Yuliya
In our case the need is to implement an integration with a third party document storage solution which has its own API.
Is it recommended to use the Creatio File API(reference below) for such a use case? . And if so, how do I configure Creatio to make it use the custom developed File API instead of the out of the box attachment functionality?
https://academy.creatio.com/docs/developer/back_end_development/api_for…