Hello everyone,



I created two new folders entitled:

"CCU Trigger Emails"

"CFG Trigger Emails"



I am trying to place the emails in the attached snapshot to the above-mentioned folders but no matter which folder I click on, they all show up. Is there a way to better sort these out? Thanks in advance. 



Lucas

Like 0

Like

1 comments

Hello Community,

 

I have requirement that to provide access of a particular custom lookup to a organizational role who can add, edit, and delete items in the lookup. 

 

Regards,

Jagan

Like 0

Like

2 comments

Hello,

 

Unfortunately, it is not possible to grant permissions to selected users/roles to access particular lookups. At the moment, it is possible to manage permissions only for all users/roles at once.

Bogdan,

I have been able to achieve this with a business process.

Show all comments

Hello community,

 

I have an issue when compile.

Version Creatio: 8.0.10.4735

How can i fix this?

Like 1

Like

1 comments

Hi Maksym, 



Seem like the issue is not related to this exact environment but rather to the server that runs the Creatio instance. 

This problem has already been discussed on StackOverflow. There are multiple reasons for this problem which are discussed in the linked topic. 

Also, a possible reason is that the .NetCore SDK 2.2 and/or 3.1 is not installed and the server is not connected to the internet or it has no access to nuget.org.



Best regards,

Yuri. 

Show all comments

Hi community,

I created a business process that inserts a new OpportunityProductInterest for a specific product into a specific Opportunity.

The insert process element step copies the Product.Notes column to the OpportunityProductInterest.Notes column.

Product.Notes is a localizable text column and its value is localized to English and Italian.

If the BP is saved using a user localized in English, everything works fine, while if I make changes to the BP using a user localized in Italian, the BP does not work.

The expected result is the OpportunityProductInterest.Notes filled with the value Product.Notes, but in the wrong scenario the column is assigned the empty string.

 

What do you suggest me?

thank you in advance

Like 0

Like

1 comments

Hi,

I founded the solution.

The OpportunityProductInterest.Notes field was not a text localized, then the BP didn't work correctly.

I change the field as localized text and everything is fine now.

 

Show all comments

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

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

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