Время создания
Filters
marketplace
no-code_CRM
Hierarchy_List
syntech

Hi everyone!
We're excited to share that Syntech Hierarchy List View for Creatio is now available on the Creatio Marketplace.
It's a configurable tree-view component for Freedom UI that visualizes parent-child relationships across multiple Creatio objects.

What it does
Syntech Hierarchy List View transforms how you navigate complex data. Build interactive multi-level tree views on any Freedom UI page - visualize account structures with nested contacts, project hierarchies with tasks, or any parent-child relationships across your Creatio objects.

Key Features
- Unlimited nesting
Build hierarchies with unlimited levels across multiple Creatio objects. Accounts contain contacts, projects nest sub-projects and activities - all in one expandable tree. Self-referential and cross-schema joins load at any depth automatically.
- Simple setup
Select objects from a dropdown, pick columns, set parent fields — the hierarchy is ready. Drag to resize columns, pin important ones, add filters. All settings are saved automatically. Visual config panel - no scripting or deployment required.
- Inline editing
Edit any cell directly in the grid - text, numbers, dates, and lookups with live search. Enable or disable editing with a single checkbox in settings.
Details

Compatible with Creatio: 8.3.0 and up

Check it out on the Marketplace → https://marketplace.creatio.com/app/syntech-hierarchy-list-view-creatio
 

Like 1

Like

Share

0 comments
Show all comments
How_to_create_Lead_from_incoming_Email
Sales_Creatio
8.0

Hi,

I’m working on an automation where a Lead is created from an incoming email using the Activity object. I referred to this thread for guidance:
https://community.creatio.com/questions/how-get-email-email-message-object

The setup is partially working, but I’m facing a couple of issues:

  1. Cases are also getting created automatically along with Leads, which is not required in my scenario, Is it because of the List of Mailboxes for Case Registration.
  2. When there is a reply to an email (e.g., subject starting with Re:), the system is creating duplicate Leads with names like Re: Lead Name.

Requirement:

  • Only one Lead should be created per incoming email
  • No Case should be created
  • Email replies should not create duplicate Leads

Questions:

  • How can I disable automatic Case creation from incoming emails?
  • What is the best way to prevent Lead creation for reply emails (Re:, Fwd:)?
  • Is there a recommended approach (filters, business process conditions, or object-level logic) to handle this cleanly?

Any guidance or best practices would be really helpful.

Thanks in advance!

Like 1

Like

1 comments

Hello,

1. Case creation
Most likely, the Case is being created because the mailbox is configured in the list of mailboxes used for case registration.

To prevent Cases from being created from this mailbox, you may use one of the following options:

  • Remove this mailbox from the corresponding lookup used for case registration.
  • Remove the service license from the mailbox owner. In this case, Cases will no longer be created for this mailbox.

2. Preventing duplicate Lead creation
Creatio email threading data includes fields such as MessageId, InReplyTo, and ParentMessageId in EmailMessageData. The MessageId and InReplyTo fields are populated from the email headers during synchronization.

To avoid creating duplicate Leads, we kindly recommend configuring your process so that a Lead is created only when all of the following conditions are met:

Activity type = Email
Mailbox = your mailbox
Subject does not start with Re:, RE:, Fwd:, FW:, or Fw:
InReplyTo is empty
ParentMessageId is empty

This approach should help ensure that Leads are created only from new incoming emails and not from replies or forwarded messages that are part of an existing email thread.

Show all comments
How
to
give
access
a
user
for
Adding
dashboard

Hi,

I want to manage access for users to add a new dashboard in the dashboards section. How can i acheive that?

 

Like 0

Like

1 comments

Hello,

To manage access for users to add a new dashboard in the Dashboards section, please follow these steps:

1. Navigate to System Designer > Operation permissions.
2. Locate the relevant operations:
- For Freedom UI dashboards: search for permissions like CanCreateDashboard, CanManageDashboards, or CanManageAnalytic.
3. Assign permissions:
- Grant the dashboard creation permission to the appropriate user roles (e.g., System Administrators).
- Remove or deny permission for roles or users who should not add new dashboards.
4. For additional control, manage object access for the Dashboard schema (SysDashboard) via Object permissions.

Show all comments

Hello Everyone,

Is there a way to do dynamic content on landing pages? What I am specifically looking to do is: 

  • If a user checks an option on a form another field appears.
  • Users can submit forms with attachments

Thanks!

Matt 

Like 0

Like

5 comments
Best reply

Hi Matt, 

Creatio Version 8.3.3 will support dynamic/conditional content by No-Code means, however for uploading attachments, to my knowledge custom development is needed.

Dynamic conditional logic for landing page forms. You can now create more personalized, responsive, and precise landing page experiences by configuring runtime conditional logic for landing page forms in the Creatio Landing Page Designer. Conditional rules enable you to build "IF" conditions and "THEN" actions using "AND" or "OR" operators, validate whether fields are completed or match specific values, and automatically show or hide fields or set field values based on user input. Rules are applied dynamically at runtime and automatically updated when form settings change, ensuring flexible form behavior without additional manual configuration. This enhancement enables shorter and more relevant forms, improves completion rates, and helps teams collect cleaner and more accurate data while delivering a simpler and more intuitive experience for visitors.

See: 8.3.3 Twin release notes | Creatio Academy

Edit: I forgot to add 8.3.3 is already available for Dev and Pre environments, Prod Rollout should follow some time soon.

Best,
David

Hi Matt, 

Creatio Version 8.3.3 will support dynamic/conditional content by No-Code means, however for uploading attachments, to my knowledge custom development is needed.

Dynamic conditional logic for landing page forms. You can now create more personalized, responsive, and precise landing page experiences by configuring runtime conditional logic for landing page forms in the Creatio Landing Page Designer. Conditional rules enable you to build "IF" conditions and "THEN" actions using "AND" or "OR" operators, validate whether fields are completed or match specific values, and automatically show or hide fields or set field values based on user input. Rules are applied dynamically at runtime and automatically updated when form settings change, ensuring flexible form behavior without additional manual configuration. This enhancement enables shorter and more relevant forms, improves completion rates, and helps teams collect cleaner and more accurate data while delivering a simpler and more intuitive experience for visitors.

See: 8.3.3 Twin release notes | Creatio Academy

Edit: I forgot to add 8.3.3 is already available for Dev and Pre environments, Prod Rollout should follow some time soon.

Best,
David

Great! Do you know where on the design page I can find these features? 

Hi Matt Tilghman,

unfortunately the Academy Documentation is not always up to date.

 If you open the Landing Page Designer and drag a Form Element (Content -> UI -> Form) onto the Page, then click on "Form Settings" - you will see the Tab "Rules".



Best, 
David

David Örnek,

Thanks! Are there ways to show text boxes if they select certain options? Or can some of the paragraph boxes be connected to how the form is filled out

Hi Matt, 

I didn't play around with it yet, but if the "Form Rules" offer a similar set of functionality as "Business Rules" do on Freedom UI pages - then yes, should be possible 

David

Show all comments
MSwordReport
ReportSetup
Studio_Creatio
8.0

Hi everyone,

Is there a way to migrate Report Setup from one sandbox to another in Creatio without recreating the reports manually?

I have multiple MS Word reports in Sandbox A and want to move them to Sandbox B, but I can't find them in the Configuration/Packages section to export via the usual package method.

Does anyone know the correct approach for this? Should I use a data binding in a package, a SQL script, or is there another method?

Thanks in advance!

Like 0

Like

1 comments

Hi Muhammad, 

Reports are stored as Data on DB, so Data binding is the appropriate method. After installing this data on a new environment, the reports should appear.

For binding the data, Creatio Academy mentions SysModuleReport and SysModuleReportTable.

Click btn_system_designer.png to open the System Designer.

  1. Go to the Admin area block → Advanced settings.
  2. Click AddData in the section list's toolbar 

    Fig. 8 Add menu in the Configuration section

  3. Bind the data to the following elements (Fig. 9):

    • SysModuleReport_ReportName: the report. Use the report Id from the dbo.SysModuleReport database table to bind it. For example, it is "SysModuleReport_MeetingMinutes" for the "Meeting minutes" report.
    • SysModuleReportTable_ReportName: the table part of the report. Use the report Id from the dbo.SysModuleReportTable database table to bind it. For example, it is "SysModuleReportTable_MeetingMinutes" for the "Meeting minutes" report.

     

    Fig. 9 Bound report data in the Configuration section list

Proceed to transfer the package that contains the report to another environment.

Source: Add a new Microsoft Word report in Creatio | Creatio Academy

Best, 
David
 

Show all comments