Good morning,

 

I’ve added a dashboard widget using Freedom UI 8.1/8.2 that displays Total Charges for the current month from the Case object. I’d like to enhance the widget so it can accept parameters such as month and year, allowing users to select a specific time period to view.

From what I’ve seen on Creatio Academy (https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor…)  , it looks like this kind of functionality is possible in the classic UI. Is it also possible to do this in Freedom UI?

 

 

 

Regards, 

Michael

Like 0

Like

4 comments
Best reply

You can add a QuickFilter component and set it as a date. Then, you can tie that to the metric using the "Apply pre-configured filter" and select the QuickFilter. Then the metric will change based on what date the user selects in the QuickFilter

Ryan

You can add a QuickFilter component and set it as a date. Then, you can tie that to the metric using the "Apply pre-configured filter" and select the QuickFilter. Then the metric will change based on what date the user selects in the QuickFilter

Ryan

Ryan Farley,

 Ryan, I'll give it a look. Thanks for the quick reply. 

Hi Ryan,

Do you know which version of the software includes the "apply per-configured" option for charts? I'm currently running version 8.2.0.4172 and don't see that setting in the chart configuration.

Michael Lim,

It does exist in that version. For a chart (not a metric) you click into the series and it’s there, since filters apply to each series individually 

Ryan

Show all comments

Hi,

I am setting up automatic case registration through email. I have configured my mailbox and added it to the lookup "List of mailboxes for case registration." However, when I send an email to the configured address, only an activity is created—no case record is generated.

I also logged the "Incoming email registration process" business processes script task, and I noticed that the caseId is returning as 00000000-0000-0000-0000-000000000000.

Are there any additional features, system settings, or lookups that I need to configure for this to work properly?
I have shared a screenshot showing how the Activity appears in my communication panel.
 However, it is not being registered as a Case.
Could you suggest a solution for this?

Regards,
Mahalaxmi Ganesan

Like 0

Like

1 comments

Hi team,

I have identified the issue. It was caused by the lookup 'Blacklist of email addresses and domains for case registration', where certain domains or email addresses get blacklisted under specific conditions. If you encounter a similar issue, be sure to check this lookup.

Show all comments

Hi all, 

Have anyone found a way to save blocs in the new 8.2.1 email designer to make them reusable in other emails ?

Thanks, 

Damien

Like 1

Like

2 comments
Best reply

Not possible yet - or using templates 👎🏻 IMO there are too many things missing for us to justify using it over the classic email designer for now.

Not possible yet - or using templates 👎🏻 IMO there are too many things missing for us to justify using it over the classic email designer for now.

The new email designer does not allow copying, I have created a business process to handle this function.

I use the new email designer because it does not use html comments to make the content of the email responsive.
The html comments are deleted by some anti-spam software and the email loses its correct layout.

Show all comments

i have my email templates like this

but after i testing send the email, the templates become like this from inbox

it becomes stacked like this
what i do wrong?

Like 0

Like

3 comments

Good day!
 

The thing is that all mail providers have their own rules and styles of displaying templates, so they can adapt them differently. Unfortunately, no template can look exactly the same in all mailers. 

Regarding your problem, you can add a section and columns to the template in place of pictures, this will keep the location of pictures and prevent them from being moved to a new line. You can find an example below in the picture, it should help. 

 

 

Regards,
Anton

hello Anton Starikov, thanks for your answer but in my view the picture you give doesnt show maybe you can resend it? below is the picture you share in my view

 

hello any suggestion i already using section and column like this

best Regards,
Ghifari

Show all comments

Hello community!

 

Is there any way to integrate MS Teams registration forms and Creatio for obtaining participants' data directly in Creation without export-import? Might be some kind of application on Marketplace or well-known option of no-code development?

 

 

Like 0

Like

1 comments

Hello,

There is a marketplace add-on you might be interested in:
https://marketplace.creatio.com/app/microsoft-teams-connector-creatio

Best regards,
Ivan

Show all comments

Hello community,

 

Is there any way how to check what happened with test emails? 

 

I'm wondering because I have a strange situation when for one template I successfully receive message while for another I don't. And my intention is to somehow check whether test email was actually sent or it wasn't due to, in particular, some internal errors in template (I imported the template as a html code, maybe there are some invalid tags that doesn't allow to create message properly)

Like 0

Like

1 comments

Hello,

Unfortunately, there is currently no way to check if a test email has been sent. We have created a task to review this logic and improve it in the next releases.

Best regards,
Antonii.

Show all comments

Hello community!

 

I need an advice is there any solution (in Creatio itself or as third-party toolin Marketplace) for the following:

 

We have several regional marketing teams working in one instance. And while visibility of Contact records is bounded to regional contacts for each team, we have the one total amount of marketing contact licences for all teams. Can we split that total number of licences somehow between teams? It would help to balance the licences consumption, if one regional team will consume all licences allocated to it, other licences will remain available for other regional teams.

 

If there aren't any ready-made solutions, how can one achive that goal in the shortest way with help of custom development?  

Like 0

Like

2 comments

It seems nobody has any ideas.. maybe it is subject for Creatio R&D team?

Artem Evdokimenko,

It is impossible to make any customization in the marketing active contacts licenses mechanism. Any subject regarding the licenses should be directly discussed with the Creatio side.

Show all comments

Hello Creatio Community,

 

    I want to display Contact List in a dropdown. The Contacts should be dynamically filtered based on the Account selected in another dropdown on the same page, As Shown in below Image.

Requirement:
    When the user selects a particular Account, the Contact dropdown should update to display only the Contacts associated with that Account. Both fields Account and Contact are linked to Custom object in Creatio.


Questions:
1. How can I dynamically filter the Contacts dropdown based on the selected Account?
2. Are there specific methods or best practices in Creatio Freedom UI for implementing such a dependency?

 

Thanks & Regards,

Ajay Kuthe.

Like 1

Like

1 comments
Best reply

Hello,

Unfortunately, the desired functionality cannot be implemented with user's methods. However, as a workaround, you can do the following:

1) Here is an example of the functionality you need. It describes how to filter dropdown values - https://customerfx.com/article/dynamically-filtering-a-lookup-on-a-creatio-freedom-ui-page/
 
2) Another option: create a dropdown on the page where macro source is selected. Then create a filtering business rule that will filter values in the parameter based on the added dropdown value. 

We want to assure you that we have created a request for our development team to implement this functionality in future versions of our application. 

Hello,

Unfortunately, the desired functionality cannot be implemented with user's methods. However, as a workaround, you can do the following:

1) Here is an example of the functionality you need. It describes how to filter dropdown values - https://customerfx.com/article/dynamically-filtering-a-lookup-on-a-creatio-freedom-ui-page/
 
2) Another option: create a dropdown on the page where macro source is selected. Then create a filtering business rule that will filter values in the parameter based on the added dropdown value. 

We want to assure you that we have created a request for our development team to implement this functionality in future versions of our application. 

Show all comments

Hello, community

 

The question regarding campaings running context: when a particular user starts a campaign, will it be executed in his|her role (rights) context, or it will be executed in the context of a some kind of system account (with full set of rights)?

 

I'm interesting in could the following situation appear: user had set up filter for the campaign audience, but after starting of the campaign more contacts were added in it (even those who are unavailable for the user)  due to extended rights of an account in which context the  campaign was started. 

Like 0

Like

1 comments

Hello,

 

In Creatio, campaigns are executed with the same permissions and access rights as the user who started them. This means that only the contacts the user has access to will be included in the campaign. The situation you described, where more contacts are added to the campaign audience, should not occur. 

Show all comments

Hello

 

We faced with situation when a user having access to all contact records can include all of them into one campaign (with no intention but due to mistake in a filter). Does Creatio have any capability to limit number of participants in one campaign? Because such mistakes can lead to unplanned licenses spending. 

 

Of course some time it could be done by correction in visibility of Contact records, but are there any alternative ways? May be some kind of approvals in cases when numebr of contacts strats to exceed some values, or maybe it could be done with some system's configurations? 

Like 0

Like

1 comments

Hello,

There is no built-in functionality in Creatio to limit the number of participants within a single campaign. 
However, as a workaround, you can consider the approach described in this article:
Configure restriction of the number of emails for sending.
 

While this article primarily addresses restricting the number of emails sent, it can be adapted to monitor the size of the audience and prevent unintended large-scale campaigns.
 

We understand the importance of preventing unplanned license usage and minimizing human error. As such, we have forwarded your request to the R&D team for further consideration. They will evaluate the possibility of introducing functionality to limit campaign participants or implement approval workflows in future releases.

Best regards,
Antonii.

Show all comments