I want to get the attached files information from a given case inside my environment. As the primary section containing the information is case, I know that I can retrieve the case information from
We are adding to Creatio, our contacts from marketplaces with oData.
We are facing the following issue :
data are well integrated into Creatio, but if we look at the contact sheet, in the area on the top left, the telephone professional is not indicated even though it is present in the contact's...MoreLess
I need to know if it is possible (and how to proceed if possible) to upload a file into Creatio (in this specific case an audio file) from an external application using OData connection in version 8.0.10. The file need to be uploaded into the attachments detail of a custom section.
I am getting a HTTP 403 (Forbidden) error when I call the OData $batch request on my developer instance. It does not matter what requests I pass to it. It also occurs when I use the example $batch request provided by the Creatio postman environment.
Do developer instances support batch requests? Is there an option I can enable to allow batch requests?
I have written a script using SEQUENCE & TRIGGERS for PostGres to auto increment the record number. This was a decision taken to avoid writing multiple codes through JS and Server side because we get inputs from a lot of sources - 3rd party integration, manual entry & business process...MoreLess
We have an implementation of saving data in the "History" of Contacts, and we use the HttpWebRequest method like this POST. However, now every time we try to upload a file into the History email it returns this Error: 'The remote server returned an error: (400) Incorrect Request.'.