Hi Community,

 

In my application, I installed a new Plug-In ( https://marketplace.creatio.com/app/excel-reports-builder-creatio). 

 

The problem is, when I select the file that I want to download, it does not work at first, I need to click twice in order to be able to download it.

 

Do you have any idead why is this happening?

 

Thanks in Advance.

 

Best Regards,

Pedro Pinheiro

Like 1

Like

1 comments

 

Hi Pedro,

 

I had no issues with generating a report in Studio Creatio, Enterprise Edition, version 7.17.2.

 

Please send us more information to help us reproduce this issue. What we need the most are the name of your Creatio product and its version. Moreover, do you use *.xlsx file templates in your reports? Can you see any error messages in the console after clicking to generate a report?

Show all comments

Hi All,

 

I have a use case, to data bind the printable and use it across instances. I have dataBinded with the object SysModuleReport, 







This is actual dataBind been setup in the instance,





But after the dataBinded and installed in other instance, I could see only Setup report data columns alone be binded but the associated Setup Report Tables are not been binded. As you see in below image,





Can you help me out with this, how to make a complete databind with all the setup in report tables also.



Regards,

Adharsh S

Like 0

Like

3 comments

Hello Adharsh,

 

It seems that SysModuleReportTable object wasn't bound to the package. Please also bind it and try to perform the installation once again.

 

Best regards,

Oscar

Oscar Dylan,

Hello Oscar, 

i absolutely have the same problem but i binded the SysModuleReportTable correctly.

 

BR, Stefan

Hello,

 

Please email us at support@creatio.com and show us the app. It's impossible to analyze such questions without actual access to the system where bindings were performed and the package developed, unfortunately. We will take the package, install it to the clean app and check the result and if the report tables are not passed to the target website we will check the bindings.

 

Best regards,

Oscar

Show all comments

Hello All,

 

I wanted to understand a bit more about the NotHtmlNote column in the KnowledgeBase table. I tried a few scenarios and notice the following behavior - 

  1. Any Knowledge base article is stored as markup in the 'Notes' column and stripped down to pure text (without the mark up tags) and stored in the 'NotHtmlNote' column.
  2. Whenever the knowledge base article is updated & saved, the 'NotHtmlNote' value is re-populated based on the 'Notes' column. This seems to be one way binding and not the reverse. Eg I tried data importing an Excel with junk values in 'Solution without Html tags' column. These junk values did get updated in that column but it never overwrote the 'Notes' column which contains actual mark up to be displayed in the Knowledge base. 
  3. I set the NotHtmlNote column value of a Knowledge base article to an empty string directly in the database. The Knowledge base article still perfectly displays on the UI.

Few questions below - 

  1. What is the NotHtmlNote column used for?
  2. I would like to directly import Knowledge base articles via the Data base (Through SQL queries). I tried this out by inserting values for the 'Notes' column but ignoring the 'NotHtmlNote' column. This worked perfectly. Pls let me know if there are any gotchas in this approach.  
Like 0

Like

2 comments
Best reply

Hello!

 

1) NotHtmlNote is used for working with CKEditor to modify text in Creatio (CKEditor is used in emails and templates designer for example).

2) Never heard about any gotchas so far :)

 

Best regards,

Angela

Hello!

 

1) NotHtmlNote is used for working with CKEditor to modify text in Creatio (CKEditor is used in emails and templates designer for example).

2) Never heard about any gotchas so far :)

 

Best regards,

Angela

Angela Reyes,

Thank you Angela for your quick response

Show all comments

Hello Team,

 

I'm experiencing a problem in the installation process for "Data binding tool for Creatio" market place app, when the configuration dll's compilation starts the installation fails and returns this error:

 

Autogenerated\Src\GlbDataBindingHelper.GlbDataBinding.cs(323,47) errore CS0246: The type or namespace name 'EntityDataSource' could not be found (are you missing a using directive or an assembly reference?)

 

Like 0

Like

2 comments

Hello Stefano,

 

Thank you very much for your post.

 

The error has been fixed by the responsible team. Please install the updated package from Creatio Marketplace.

 

Have a good day!

thank you Svetlana!

Show all comments

Hello all

 

We have a Package with a few object schemas and source code schemas and we work out of file development mode. When we upload the files from file system to the application, we get an error saying "The type or namespace name 'Logging' does not exist in the namespace 'Terrasoft.Configuration'. Are you missing an assembly reference". This error happens in a few Autogenerated files (In the C# Class files for new objects we had created).

 

This is weird because we tried installing this on a brand new Vanilla instance and the same issue persist. Few questions below - 

  1. Why does this happen and what is the fix for this?
  2. Is this related to the contents of our package or related to the setup of the instance itself?

Appreciate your help!

 

Like 0

Like

3 comments

Hello Community!



This has been a recurring problem for us with no root cause/fix in sight. Request your help. 

Hello community! Would appreciate your help here

Dear All!

 

We apologize for missing this Community question.

 

Could you please advise if you are seeing an error or a warning?

Is it possible for you to share a screenshot?

In addition, after you receive this message, have you tried 1. Generating the source code and then 2.Compiling the system and checking if there is the same message?

 

Usually Generating the source code and then compiling the system helps to resolve this issue.

 

Looking forward to your response!

 

Thank you!

Regards,

Danyil

Show all comments

Dear Team,

 

       I need to set current login contact as my default filter even though I clear employee filter and when I login back by default it should reset to current contact filter.. Please help me out to achieve this

Like 0

Like

1 comments

Hello!

 

Please check the example in the DEFAULT FILTER FOR SECTION Community post. It explains how to set default filtering conditions in the Account section by the Category field.

 

Please, let us know in case any further infortmation is required. 

 

Best regards, 

Olga. 

Show all comments

Dear Team,

 

       I need to restrict the drag and drop functionality in the activities section grid. Please help me out to achieve this.

Like 1

Like

2 comments

Hello!

 

This request can not be completed by standard user tools of the interface. To make it work, you need to override the entire page logic by means of development.

 

Also, we would like to inform you that the relevant task has been registered for our R&D team. They will overview the possibility of its implementation in further releases. 

 

Best regards,

Olga. 

Olga Avis,

Hi Olga. We understand that this cannot be done using configuration or out of the box tools. Can you give us a few pointers on what we need to override? This is an important feature for us to implement

Show all comments

Hi,

I have a process that sends feed notification when application registers email sent from particular domain. This email automatically creates a case.

How can I configure Add data action to pass to it Id of a case I want to be opened when user clicks on the notification?

Like 0

Like

1 comments

We have a scenario where there are nearly 12 fields in an object.

 

When a field is getting modified in a record, an email should be sent capturing the old value and new value of the field. For capturing the old and new values, we use the change log plugin at https://marketplace.creatio.com/app/change-log-creatio

When more than one field is getting modified, only one email containing all the modified fields should be sent.

Kindly suggest how we can implement the same.

We tried using a business process but facing challenges around capturing changes in field-level.

 

product - service creatio

version - 7.16

 

Like 1

Like

1 comments

You can read the column names, old value & new value of field from the log table used in above plugin, in a loop to read all the fields changed. Each time in loop, put the data as one line in a string field parameter like 

"Field Name : <field> Old value: <value>  New Value: <value> " and when loop exists send the email, add this parameter field which you developed in the email body.

Show all comments

If we have configured Resolution and Response time to be calculated by Service. On change of Service , Response and Resolution Time should be updated dynamically . How can this be achieved ?

Like 0

Like

1 comments