I'm trying to save a pdf file that i get from a service web, the file comes in a base64 string so i use a script to convert it to a pdf and save it in Creatio, I have this code that works fine for the Accounts section but when i want to save the file in a Custom section, the process send...MoreLess
The SysFile entity doesn't, and won't, have a "ResguardoId" column. It has generic columns so it can work with any entity. Instead of setting...MoreLess
In our project we need to produce with Creatio application some .pdf documents. In order to do this we found a Creatio Application (Aspose.PDF connector). This application is not free of charge.
We were wondering if exists an OOTB (free of charge) functionality to produce .pdf documents. We...MoreLess
Besides, this aspose means that your document will go through some 3rd-party service, that is not acceptable by many customers security polices...MoreLess
Our customer is generating documents in their old CRM system in an interactive way. This means they can merge the data from the CRM with the report template into a Word document, then edit that document in Word and save the final result to CRM as PDF.
As far as I know, this is not possible in Creatio 8, but is very important for the customer!
Is there any way to achieve this goal? I searched the marketplace but haven't found a proper solution.
as we use non-standard font for our report, it should be embedded into result pdf-file. FastReport has this option during export to PDF. But how can we achieve the same from Creatio?
I need to do a custom button implementation, which will download the grid from the detail with all the data that is in the grid, like the similar function of the "PRINT" button.
I've this situation where I need to add a new tab "Preview" and the main objective is have a iframe with a preview of the documents in the attachments, however we try first implement the logic if was a website, because we think that the article that we found on academy "https://academy...MoreLess