Hi everyone,

When generating a printable report instead of generating reports for all records related to a particular contact, I want to generate reports for selected records only. How can I do this?

Thanks in advance.

Like 1

Like

4 comments

Hello Abhishek,



If you want to generate a report for selected records only, you should use multi select option:

 

Hello Bogdan,

We have added a  detail named "Display Images," as shown in the attached image. We tried to use the multi-select option, but it is still generating for all records instead of only the selected record.

Abhishek,

 

Unfortunately, there is no such possibility for now.

 

Please note that our R&D team is aware of this expected Printables behavior and the Idea from our customers that the Printables should Print not only Sections but Details as well.

 

Bogdan,

Is there any update on this issue , we also wanted to print selected record from detail into a single printable report

Show all comments
Question

hello , is there a tool in creatio like adobe reader? that reads the pdf file then store it to database?

Like 0

Like

3 comments

Hello,



Could you please elaborate on your business task?

I don't know it yet, I've been asked by a client about this , like when you you extarct the pdf file and turn it into text by a library in .net or any other backend language, is there a tool in creatio that does the same thing? 

Hello,

 

As of now there is no such oob functionality in the system. We've registered the idea for our responsible R&D team to consider adding such functionality in the upcoming versions of the system.

 

Best regards,

Anastasiia

Show all comments
Question

Hey all , 

is it possible to add an attachment column in this expanded list , to add for each invoice an individual attachment.

 

Like 1

Like

2 comments

Hello,



At the moment, there is no such possibility with basic tools, to display a column in the invoice with attachments.



However, a task has already been registered in our R&D team to consider and implement such a feature in future releases. In case you would like to check what stage this task is at, I am sending you the task number: PR-30551. Feel free to share this number with us at any time and ask your questions.

That's an awesome idea !

Show all comments

How to update the SupportEmailBodyTemplate of ContextHelpSchema ?

The Code is a Localizable Strings, I want to update the Value (body) by a custom template. How can I achieve this ?

Like 0

Like

4 comments

Hello Naresh,

You can achieve your goal in a simpler way:

Go to System designer -> find "Translation" -> find key Configuration:ContextHelpSchema:LocalizableStrings.SupportEmailBodyTemplate.Value -> for required localization change data -> click the "Apply translations" button

Anhelina,

Hello Anhelina,

Thanks for the response, but I am trying to update the value of the Localizable Strings of "SupportEmailBodyTemplate" with some custom template. But the value itself has some URL encode embedded to the text, I want to update the text using JavaScript, or is there any other way I can do this ?

Let me know.

Thanks!!

Naresh Mamillapalli,

You can create a replacement of ContextHelpSchema. To do this: go to System designer -> Advanced settings -> Custom package -> Replacing view model -> in modal window fill "Parent object" with "ContextHelpSchema (ContextHelpSchema)" -> Apply -> Here you can write your custom template and change Localizable Strings.

Link to Academy resources for replacing schema: https://academy.creatio.com/docs/7-16/developer/development_tools/creatio_ide/development_in_creatio_ide#case-1185

P.S. Method prepareEmailConfig from ContextHelpSchema is filling SupportEmailBodyTemplate. Please, double check it when replacing and use a debugger to feel confident at all stages of change.

Best regards, Anhelina!

Anhelina,

Yes, I did that already by Replacing view model and adding another schema in my package, but the problem is with the value, how shall I update the value of "SupportEmailBodyTemplate", it is in the format of "body=%0D%0A****" etc., I just wanted to use the plain text in the value to replace with my custom template, but it is not working/taking the plain text. How should I achieve this ?

Thanks,

M Naresh

Show all comments

Hi,

A few questions:

  1. When can we expect 8.1 to be released to our cloud environments?
  2. What happened to the roadmap at this link? https://academy.creatio.com/docs/release/creatio-roadmap?check_logged_i…. I'd like a copy of the roadmap.
  3. Are there any plans yet to implement recurring activities?

Thanks

Lewis

Like 0

Like

4 comments

8.1 is currently available for trials, but not sure when it will roll out to cloud environments. 

That link still works, but you need to be logged in (and flagged as a partner login) to view it.

I don't see recurring activities on that list.

Ryan

Thanks Ryan - appreciate you checking.

 

Would be nice for product owners at the client/account level to get access to the roadmap to plan and manage development activity accordingly. Creatio support - would appreciate it if I could get a copy.

Hello,

 

Access is currently limited to employees and partners with access to the Knowledge Hub. Please note that the roadmap will not be available publicly to our customers and leads in the near future.

 

Can I query why this is? Seems a bit unfortunate to not allow your customers to see what's coming in the near future.

Show all comments

Hello,

i want to make a custom module to display data in a freedom UI page,

but i can not figure out how to send the Id of the main entity to the module, in a freedom UI page.

 

The page context is sent to the module with the crt.HandleViewModelInitRequest handler, but i don't know how to retrieve id from that context object..

 

is there some documentation i can read about this please ?

 

Regards,

Patrice

Like 0

Like

2 comments
Best reply

Try this: 

const recordId = await request.$context.Id;

Ryan

Try this: 

const recordId = await request.$context.Id;

Ryan

Thanks Ryan, i did not figure $context hold a collection of promises !

Show all comments

How to make a field in the expanded list read-only by default or by a condition

Like 0

Like

3 comments

Hello,

 

You can customize a business rule to cover this need:

Set up business rules

Hi @Kalymbet .Can you guide little bit more. The link which you have shared that is not opening

Show all comments

Hello Community!

 

I'm trying to fill a field with the result of a simple calculation (e.g. field A - field B).

 

However, when I create the business rule and select "set field" as action, I can only provide a constant value and not a formula...am I missing something?

 

Here is a screenshot of the 

 

I know that I can use a business process to achieve this, but this would be much more simpler and elegant I think.

 

BR,

Robert

Like 0

Like

4 comments
Best reply

It's not yet available in Freedom UI --> Creatio Roadmap indicates for Q4 2023 https://academy.creatio.com/docs/release/creatio-roadmap?check_logged_i…

I forgot to add that I use version 8.0.10.4735

It's not yet available in Freedom UI --> Creatio Roadmap indicates for Q4 2023 https://academy.creatio.com/docs/release/creatio-roadmap?check_logged_i…

Damien Collot,

Thanks Damien, at least I know that I did overlook something.

Hi Damien,

I do not have access to the link to the roadmap.

I get this message:

"

Access denied

You are not authorized to access this page.

"

Is it restricted?

It is very interesting information.

Thanks,

Luis

Show all comments
Question

Hello, is there a way to build a reports scheduler in Creatio platform? or is there an free product in marketplace that does this requirement??

Like 0

Like

1 comments

Hi Anas,



Yes, we have created scheduled process with [Process file] element. It can generate reports.



Kind regards,

Vladimir

Show all comments
Hello. 
Hello.

I need to send an image through an API to convert it to base 64, I tried to do it using the Web service tool but it does not allow me to place an image or file field to use it from the bpm, I was looking for some information and I saw that it could be done using a script, I just haven't found a way to do it. Could you help me with some example or idea so I can do this please?

 

 

 

Like 0

Like

1 comments

Hello Laura, 

 

Please refer to this article for more detailed information about such functionality.  

Also, similar questions have already been discussed in the below posts, please review them for the detailed information:

https://community.creatio.com/questions/there-option-send-image-file-re…

https://community.creatio.com/questions/file-type-request-parameter-res…

Please inform us in case of any questions!

Best regards,

Anastasiia

Show all comments