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

Hi Creatio Community,

After  AI Summer, here's the part where you build something of your own.

Agent Arena is our AI agent hackathon. Build a working agent with Creatio AI Studio and AI Twin, record a short demo, and compete for prizes. Kickoff is September 16, winners are crowned live at the AI Summer Finale on October 9.

Register: https://www.creatio.com/page/agent-arena-hackathon-2026 (closes September 16)

Dates

Sept 16 — Kickoff: challenges revealed, rules explained, demo token pools issued 
Sept 16–30 — Build period
Sept 30 — Submission deadline, 23:59
Oct 1–8 — Judging 
Oct 9 — Winner Finale, finalists present live

Pick one category

Industry Agent — solves a real industry problem
CRM Agent — agents that act on CRM data
Omnichannel Agent — advanced channels, voice and video
Best AI Studio Twin — best agent built with AI Twin's help. 

To join

Form a team of up to 5, or go solo. One member needs to have attended a Tech Hour or completed an AI Studio track. Every team gets a free demo environment and token pool.

Judging is on creativity, use of the platform, and how clearly you demo it — a focused agent that solves one real problem beats an ambitious half-finished one. The best submissions usually come from a problem you actually have, so start with the workflow that annoys you most at work.

Register: https://www.creatio.com/page/agent-arena-hackathon-2026 

See you in the Arena.

Like 0

Like

Share

0 comments
Show all comments
Analysis

Hii

Does Creatio provide any official templates, checklists, guidelines, or reference materials that can support the analysis phase when starting a new implementation project?

We are mainly looking for resources related to requirements gathering, business process analysis, data/object analysis, roles and permissions, integrations, and functional documentation.

If there are any Creatio-recommended templates, sample documents, or best-practice references, please share them.

Like 1

Like

0 comments
Show all comments

With the AI App Development Toolkit, you build in Creatio by simply describing what you need — and a coding agent creates the pages, business rules, and logic for you. The product keeps getting more capable, and this release adds a feature we've wanted for a long time: moving your existing sections into Freedom UI, automatically.

Now you can hand the agent a Classic UI section, and it rebuilds it in Freedom UI for you.

In this first version it brings over:   

  • Section layout
  • Business rules
  • Custom logic

That gives you a working Freedom UI section as a starting point instead of a blank page. It won't yet capture every piece of custom logic on complex pages — and that's exactly what we're building next: having the agent identify and carry over the full business logic behind a section.

Your experience directly shapes what that next version looks like. Try the migration on your own sections, and share how well the result matched what you expected — which parts the agent handled the way you'd have built them, and which patterns it should learn to recognize. The more we hear about the real sections you work with, the smarter and more reliable we can make the migration for everyone.

And there's plenty more to explore. Alongside migration, the Toolkit now includes theming, a beta for business process creation, and much more — all ready to use right away. See everything that's available here

Questions, or a section you'd like a hand with? Just reach out support@creatio.com  — we're happy to help.

Like 2

Like

Share

0 comments
Show all comments

Hi, 

Anybody knows how to alter the view of the timeline component in Freedom UI  - Creatio 8.3.0 ?

Example : Show attachments by default (rather than having to click on the arrow each time)
Removing the email title: Redundant in ticketing cases ...
Increase amount of text previewed

Etc

Cheers !

Damien

Like 0

Like

1 comments

Hi Damien, 

I believe you will find what you're looking for in the Source Code of #Object#TimelineEntity 

e.g. for Activities in "ActivityTimelineEntity "

(...)
"TimelineEntityValues": [
         {
           "UId": null,
           "TypeColumnValue": "e2831dec-cfc0-df11-b00f-001d60e938c6",
           "IsDefault": true,
           "ComparisonType": 3,
           "TileName": "Email",
           "SortColumn": "SendDate",
           "OwnerColumn": "SenderContact",
           "IconId": null,
           "ColumnLayouts": [
             {
               "ColumnName": "Title",
               "ColumnLayout": "{\"column\": 1,\"row\": 1,\"colSpan\": 12,\"rowSpan\": 1}"
             },
             {
               "ColumnName": "Body",
               "ColumnLayout": "{\"column\": 1,\"row\": 2,\"colSpan\": 12,\"rowSpan\": 2}"
             }
           ]
         },
         {
           "UId": null,
           "TypeColumnValue": "e2831dec-cfc0-df11-b00f-001d60e938c6",
           "IsDefault": true,
           "ComparisonType": 4,
           "TileName": "Activity",
           "SortColumn": null,
           "OwnerColumn": "Owner",
           "IconId": null,
           "ColumnLayouts": [
             {
               "ColumnName": "Title",
               "ColumnLayout": null
             },
             {
               "ColumnName": "Status",
               "ColumnLayout": "{\"column\": 1,\"row\": 1,\"colSpan\": 6,\"rowSpan\": 1}"
             },
             {
               "ColumnName": "DetailedResult",
               "ColumnLayout": "{\"column\": 1,\"row\": 2,\"colSpan\": 6,\"rowSpan\": 1}"
             }
           ]
         }
       ]
Show all comments
Discussion
Business Process
Read Data
modify data

Some filters in BP steps such as the Read, Modify and Delete Data steps do not currently allow parameterisation of the filters, which can be a real constraint on development, often requiring workarounds or using a Script Task instead. It would be very useful to add in this functionality, similar to how most other filters can take the value from a parameter.

One example is in the Date macro filters for Previous X days, Following X days, Year X, Every year within X next days and so on. These all require a hard-coded number to be entered with no option to select a parameter/previous step's output for these values:

Often this reference data is stored somewhere and may want to change without having clients doing development, but at the moment this is not possible. Please can this feature be added to bring these types of filter in line with other filters on the same steps which do allow for passing in a parameter?

1 comments

yes please

Show all comments