Время создания
Filters
FreedomUI
Email
Service_Creatio_enterprise_edition
8.0

Hello,

In Classic UI it was possible to customize Subject of new Email by overriding "getEmailTitle" method in SectionActionsDashboard by EmailMessagePublisher package.

Is there a Freedom UI proposed approach how to change Email Subject definition when using EmailMiniPage or EmailFormPage?

Thank you.

Like 0

Like

0 comments
Show all comments
mobile
websocket
message
Studio_Creatio
8.0

Hi, is there any method to establish a WebSocket connection between the Creatio server and the Creatio mobile app (exactly as in the browser version)? At a minimum, the mobile app could poll the server in a loop, but unfortunately there is a problem with that too, since neither setTimeout nor setInterval are available (as I described in this post: https://community.creatio.com/questions/creatio-mobile-app-use-settimeout-or-setinterval).

Like 0

Like

0 comments
Show all comments
mobile
timeout
sleep
delay
Studio_Creatio
8.0

Hi,
is it possible to use setTimeout or setInterval functionality in the remote module for the Creatio Freedom UI mobile app? Unfortunately, when trying to build the project, I get an error:

TS2304: Cannot find name 'setTimeout'

Like 1

Like

1 comments

Hello,

Regarding the TS2304: Cannot find name 'setTimeout' error you’re encountering, there are two possible solutions:

  • Install the @types/node package to include Node.js type definitions.
  • Alternatively, you can use (globalThis as any).setTimeout() in place of setTimeout().

Either approach should resolve the issue.

Show all comments

Subject: Best Practice: Filtering DCM Lifecycle Stages Based on a Related Object (Product Type)

Hi Team,

I am looking for advice on the best way to handle a product-specific lifecycle requirement in Creatio using Dynamic Case Management (DCM).

We need to introduce three custom stages into our Opportunity pipeline. However, these stages should only be active and visible if the attached product with specific product value. For all other product types, these stages should be skipped or hidden.

Our product data does not live as a direct dropdown column on the primary Opportunity/Lead page. Instead, products are tracked via a separate child/detail table (Product in Lead / Product in Opportunity).

Because the data lives in a related detail object:

  1. We cannot directly reference the product type column inside the high-level DCM Condition Selector ("Use this case with records where:") to create a separate Loan case.
  2. We cannot use UI-level Business Rules, as they cannot dynamically alter or hide entire DCM chevron header stages on the fly.

Questions for the Team

  1. Is using a background sub-process with a Read Data filter the standard best practice for making steps conditional based on related detail objects?
  2. Is there a cleaner way in Creatio to swap or filter an two filter condition entire DCM case based on a criteria and product type that lives in a child/detail table rather than a primary column?

Thanks in advance for your insights!

Like 0

Like

1 comments

Hello,

Unfortunately, it is currently not possible to hide statuses in the way you described.

However, we have registered this idea for our R&D team, and they will review the possibility of adding such functionality in future releases.

As a possible workaround, you may try configuring a process that filters records based on the related object. However, achieving the exact behavior you described is not possible using the standard out-of-the-box functionality.

Show all comments

Hi Everyone,

We are experiencing an issue with the Send Test Email functionality in Bulk Email.

When we click Send Test Email, the test email is not delivered immediately. In our testing, it is taking almost 24 hours to arrive. We have also noticed that when the email is finally received, it is being routed to Quarantine instead of the inbox.

We have tested this with multiple bulk emails and observed the same behavior.

Has anyone else experienced delayed test email delivery or quarantine issues? If so, were there any settings or configurations that helped resolve it?

Any guidance would be appreciated.

Thank you!

Like 0

Like

1 comments

Hi Tanu,

Thank you for your message and for detailing the issue with delayed test emails and quarantine routing in Bulk Email.

Please perform the following verification steps:

1. Check sender domain authentication (SPF, DKIM, DMARC configuration) to ensure your sending domain is properly verified. In Creatio, review your email service provider settings and domain verification status under the “Bulk Email” section and your ESP dashboard.
2. Review the email service provider status for any ongoing outages or queue delays (e.g., Elastic Email dashboard). Temporary instability with your ESP can cause delayed deliveries.
3. If your sender IP is new or recently changed, delayed delivery and quarantine are common until reputation improves. 
4. Check whether recent changes were made to your email configuration or sender profiles. 
5. If you are using a cloud site (ending with .creatio.com), we can check logs and delivery responses internally.

If after these steps the issue persists, please contact our support team at support@creatio.com

Have a great day!
Kind regards,
Alina

Show all comments