Hello, colleagues. After generating a report, it is necessary to attach it as a file to the record, in the Files and links detail. The application from "customerfx" is not suitable. Here, it is necessary to automatically select the report form by pressing one button, etc. 

I ask for your help. Perhaps there is somewhere to look at the code. Or you can point to an article in the Academy, or something else.
As a last resort, I will analyze the principle of operation of the application from Ryan (customerfx").
Thank you all.

Like 0

Like

2 comments
Best reply

Not sure if I completely understand, however, if you're wanting to generate a printable and attach to a record, you can do this with a process using the Process File element. This allows you to generate a printable and you can easily attach to a record's files. Then, just wire up the button to run the process. 

Ryan

Not sure if I completely understand, however, if you're wanting to generate a printable and attach to a record, you can do this with a process using the Process File element. This allows you to generate a printable and you can easily attach to a record's files. Then, just wire up the button to run the process. 

Ryan

Ryan Farley,

Thanks, Ryan. That's what I did. I wrote a business process for generating different reports depending on the value of the reference field and adding them to the attached files. In the module, I added a button to call this business process with the transfer of the necessary parameters to it.

Show all comments

Hello!

 

Is there any possibility to change file size upload quota in the Application Hub in .net core version of creatio? In the .net framework there are a bindings.config configuration files, that allows to change binding quota, which works in IIS. 

 

But of course there is no such thing in kestrel, adding/changing any params in appsettings.json does not seem to help. Is there any option to install pretty big application (>100Mb) in .net core Creatio?

 

Like 0

Like

1 comments

Good day,


In the .NET Core version, we do not have separate settings for different services; instead, we have a single setting for the entire application. The default value is 30,000,000. You can modify this setting by adding a new row to the <appSettings> section in the Terrasoft.WebHost.dll.config file:

<add key="MaxRequestBodySizeBytes" value="100000000" />

This will change the maximum request body size to 100,000,000 bytes.

Thank you for reaching out!

Show all comments

Hello Community,

 

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.

 

Thank you!

Like 0

Like

1 comments

Hello Javier,

Regarding the general function of OData, you can find detailed information in the following resource:

 

OData Overview

 

For more specific examples and methods, you can refer to this documentation:

 

OData Methods and Examples

API for file management

Show all comments

Hello Community,

 

Our client has a case where he needs to upload a file secured with a password to the attachment details. He tried to upload that file file but with no success. Is there a way to keep that file in its encrypted format and be able to upload it?

 

Thank you,

Like 0

Like

2 comments

...

Hello Mariam,



You can make a password file in the archive and put the archive in the detail. At the moment there is no possibility to enter the password exactly inside Creatio. Perhaps this can be implemented by custom development.



Regards,

Anton

Show all comments

Hi Community,

I am having some difficulties importing an excel template into my excel reports on my production machine. This machine is in version 7.16.4.1731.

I already tried to import it into my development machine, which is in version 7.16.3.1473 and the whole process was completed successfully, I managed to import a template into my excel reports.

Is the problem related with the application version? Can you help me solve this issue?

 

Thanks in advance.

Like 3

Like

3 comments
Best reply

Hello Pedro,

For some reason, when you upload a template it thinks the template is an apk or jar file. These extensions are on the file deny list in Creatio so it is rejecting the file upload. Not sure when this changed, it didn't used to fail like this.

Anyway, to resolve this, you can simply remove "apk" and "jar" from the "FileExtensionsDenyList" system setting. Then you will be able to upload templates.

Ryan

Hi Pedro,

 

Thank you for informing us.

 

Kindly note that we implemented new security restrictions for the formats of uploaded files in Creatio 7.16.4.

I have forwarded your issue to the responsible team for investigation and will get back to you with the updates ASAP.

 

Have a good day!

Hello Pedro,

For some reason, when you upload a template it thinks the template is an apk or jar file. These extensions are on the file deny list in Creatio so it is rejecting the file upload. Not sure when this changed, it didn't used to fail like this.

Anyway, to resolve this, you can simply remove "apk" and "jar" from the "FileExtensionsDenyList" system setting. Then you will be able to upload templates.

Ryan

Ryan Farley,

We remove both extensions from the list and its now working, thank you for your response.

 

Best Regards,

Pedro Pinheiro and Tiago Sousa

Show all comments