Время создания
Filters
Discussion
version
ApplicationHub

It would be nice if there was some automatic prompt to the user in the app hub when exporting a customer application to update the version number of a customer application. Just a little popup asking if you would like specify the version number, showing the current version number, would make this feature a lot more visible & easy to incorporate into standard workflows.

0 comments
Show all comments
google
calendar
calendar integration
Studio_Creatio
8.0

Hello all,

I recently connected my instance of Creatio to my Google Calendar and the synchronization connected successfully but it brought in only a fraction of events on my calendar. The integration seems to have skipped over every recurring meeting. Is there a way to bring those meetings in? That seems like a huge gap otherwise.

Like 0

Like

0 comments
Show all comments
Adding_Custom_Icons_to_Freedom_UI_Indicator_Widgets
Studio_Creatio_enterprise_edition
8.0

Hi everyone,

I’m also looking for guidance on using custom icons/images in Creatio Freedom UI indicator widgets.I want to replace the standard indicator widget icon with my own custom icon, such as an SVG or PNG.I have already uploaded/created the image in Creatio, but I'm not sure how to associate that image with an crt-indicator-widget.

For example, my indicator widget is rendered approximately like this:

   ...
   
       ...
   
   ...

What I want to achieve

I would like to have different custom icons for different widgets:

Not Submit       → custom icon 1
Pending          → custom icon 2
Awaiting Approval → custom icon 3
Approved         → custom icon 4
Rejected         → custom icon 5

Ideally, I would like to configure this through Freedom UI, rather than relying on fragile DOM manipulation.

Questions
What is the recommended way to upload/store a custom SVG or PNG so it can be used by a Freedom UI widget?
How can a custom image from Creatio's image/image library be assigned to an indicator widget?
Can the crt-indicator-widget icon be configured directly through the page schema?
If not, is there a supported JavaScript/request-handler approach?
Is there a way to dynamically assign different custom icons based on the widget?
Can the standard indicator-widget-icon be replaced with a custom SVG while keeping the widget's normal functionality?

I have seen the rendered element:

but I would prefer a supported Freedom UI solution rather than directly modifying the DOM if one is available.

Any examples or documentation for implementing custom icons in Freedom UI indicator widgets would be greatly appreciated.

Like 0

Like

0 comments
Show all comments
Filtering_a_Freedom_UI_Data_Grid_by_Clicking_an_Indicator_Widget
Studio_Creatio_enterprise_edition
8.0

Hi everyone,

I’m working on a Creatio Freedom UI list Page where I have several crt-indicator-widget components displaying different statuses/counts, for example:

Not Submit
Pending
Awaiting Approval
Approved
Rejected

I want to change the behavior when a user clicks an indicator widget.

I would like to:

1. Detect which indicator widget was clicked.
2. Get the widget's title/status dynamically.
3. Prevent the standard drill-down behavior.
4. Apply a corresponding filter to a Data Grid on the same Freedom UI page.
5. Refresh the grid so it displays only the records matching that widget/status.

For example:
Click "Not Submit" widget
       ↓
Filter Data Grid
       ↓
Status = "Not Submit"

The widgets are dynamically generated, so I don't want to hardcode each widget ID if possible.

I can successfully detect the widget click using JavaScript and display an alert with the widget title. However, Creatio's native indicator-widget drill-down action also executes, and I'm having difficulty replacing that behavior with my own grid-filtering logic.

Questions

What is the recommended Freedom UI approach for this?
Is there a supported request/event that can be used to handle an indicator widget click?
Can the native indicator-widget drill-down action be overridden?
How can I pass a filter to a Freedom UI Data Grid using crt.LoadDataRequest or another supported request?
Is there a way to dynamically identify the clicked widget and use its title/value to construct the filter?
Is there a better approach than manipulating the DOM with addEventListener?

Ideally, I would like to achieve:

Indicator Widget Click
       ↓
Get Widget Status
       ↓
Create/Apply Filter
       ↓
Reload Data Grid

Any examples using Creatio Freedom UI request handlers would be greatly appreciated.

Like 0

Like

1 comments

There is some info in this thread about overriding the widget click behaviour here, though it does rely on using the widget's ID to some extent: https://community.creatio.com/questions/disable-crtindicatorwidget-link-list

 

Not sure exactly how your widgets are being generated dynamically, but perhaps there would be some way of identifying the widget clicked & passing that into the handler described in that comment thread.

Show all comments
#10.0.0
Sales_Creatio_enterprise_edition

Hi Community,

I am currently evaluating AI capabilities such as Enrich Opportunity Data, and I am facing a challenge, around meeting transcripts.

According to academy documentation, meeting transcripts are automatically imported from recorded Microsoft Teams meetings and used to generate AI meeting summaries. The documentation mentions automatic transcript import from Teams, but I couldn't find any user-friendly way to enter or update the transcript manually. 

Is there a recommended approach today for filling in Meeting transcript when no Teams transcript exists?

Thanks!

Like 1

Like

0 comments
Show all comments