Hello, Creatio supports SAML and OpenId authentication protocols. If your third-party application also supports such a protocol, then the task...MoreLess
In Creatio Studio, is it possible to give a user permissions to add users to any role, except to the sys administrator or supervisor roles? If so, how?
I need to download a file attached to an object and then upload it to an API that will process it. I've already tried using Odata, but I always get a 204 error. I also tried creating a web service, but I couldn't. Now I'm trying to convert the file to Base64 using a script task, but I'm still unsuccessful. It's a production environment.
I'm currently using the RichText element in a Creatio Freedom UI page to load a static HTML page inside a Tab container. The HTML content is stored in a System Setting, and I retrieve this code at runtime to display it using the RichText editor.
For example, I read the HTML code from ...MoreLess
Below is the link I used, which I followed to a tee. I built the image with changed database string, testing the connections, verified Creatio is running, and still the container fails to start???
Please try to set up the Identity Service logging (point 8 from this article) and then run it again to see if any additional details or errors are logged there.
Hello, If the container fails to start and produces no logs, even after enabling logging as per point 8 in the article, then the issue most likely...MoreLess
We are currently facing an issue with how incoming calls are handled within Creatio. When an incoming call is received, it is correctly routed to multiple available operator extensions simultaneously, which is expected behavior. However, the problem arises because Creatio is creating multiple call records...MoreLess
I'm looking for a reporting tool for Creatio, where i can also use very complex queries. I'm user to work with tools like Microsoft reporting Services or Chrystal reports. We're working in the cloud, and i don't find a tool that is comparable to those tools. How do you all create such reports, and run complex queries
Does anybody has any experience with the Power BI connector? I don't know Power Bi, but i was always under the impression that is was something...MoreLess
I am trying to open a document in MS Word desktop (like the online version of viewing MS Word can). This is possible by applying a prefix to the document URL on MS Teams. My code in the page already works good:
var docUrl = await request.$context.PDS_UsrColumn1_u8ye1ig; const wordUrl = `ms-word:ofe|u|${encodeURIComponent(docUrl)}`...MoreLess
Can you share the complete handler code and explain how have you disabled the "To protect you from unsafe content office has blocked opening this file" error message?