Время создания
Filters
Service_Creatio
service
Email
8.0

Hello community,

How can this be achieved?

We have activated the Service module. When an email arrives in a specific mailbox, a Case is created automatically. This email serves as the parent activity for the created Case. Inside the Case, we have a button whose purpose is to trigger a business process.

Is it possible that, when this button is clicked, the email (parent activity) of the Case is forwarded to a specific email address? If so, how can this be achieved?

 

Sasor

Like 0

Like

0 comments
Show all comments
Freedom_UI:_PageParameters_not_auto-mapped_when_opening_a_modal_from_another_modal_?

In Freedom UI, when opening a modal page from another modal page, I’m observing the following behavior:

  • pageParameters are not auto-mapped into the target page’s ViewModel
  • <strong>HandleViewModelLoadRequest</strong> is not triggered at all
  • Because of this, the passed parameters are not accessible in the target modal

However:

  • The same page works correctly when opened from a section or main page
  • In that case, pageParameters are available and HandleViewModelLoadRequest is triggered as expected

My questions:

  1. Is this behavior expected / by design for modal → modal navigation in Freedom UI?
  2. Does modal → modal navigation follow a different ViewModel lifecycle?
  3. What is the recommended way to pass and initialize parameters in nested modals?
  4. Is manually reading from request.$context the only supported approach here?

Any clarification or best-practice guidance would be very helpful.
Thanks in advance

Like 1

Like

0 comments
Show all comments
calculate
response
and
resolution
time
in
a
case

Hi,

Is there any business process configured for calculation of response and resolution time of a case?

Regards,

Sakshi

Like 0

Like

1 comments

Hello,

When a case is saved with a changed status, the deadlines are recalculated by the process ActualizeCalculationTermsAfterStatusChange.

If a case is created using the basic record addition functionality in the [Cases] section, selecting a service (or another field affecting the deadline calculation) will automatically populate the deadlines by calling the service CaseTermCalculationService/CalculateTerms.



Best regards,
Malika

Show all comments
section
Naming
Sales_Creatio
8.0

Is it possible to use a business rule or some other tool to have alternative names for sections based upon user type or user role?

Example:  If User 1 logs in they see the section Leads, but if User 2 logs in they see the same section but with a different name?

Reasoning:

In public sector different departments depending on their role may want to use the lead object for different reasons.  IN the world of Economic development they may call it leads, but in the grants space they would call it funding considerations.  They both would have different DCMs but we are trying to not duplicate the lead object. just use it in two different ways.

Like 0

Like

4 comments


Something like this only for Element Name

The simplest approach is to create a new section with a different title based on the same entity. This allows you to assign a separate workplace to each department role.

Mohamed Ouederni,

Thanks.. I have some other logic that was build against the existing object trying to avoid going back and redoing it.  Appreciate the response.

Hello,
Changing the section name just based on the users will not work since Creatio do not support dynamic section names. As suggested, you may use two different sections based on the same object. Or, you can have different section names for different cultures. However, the last method won't work if all your users have the same culture.

Show all comments
Studio_Creatio
Sales_Creatio
Marketing_Creatio
Service_Creatio
8.0

Hello Community,


        I am developing a custom Angular component to be used in a Creatio instance. As shown in the screenshot, it directly prompts for “Open source code.” Instead, I want to pass inputs to the component in the same way standard components handle input parameters.

 

 

 

 

 

 

 

Currently, in the Angular code, the input is being passed as shown below:

@Input()
@CrtInput()
url: string = "";
 

Questions:

  1. What other approaches are available for passing input parameters to custom Angular components?
  2. Also, which JavaScript library would you recommend for working with fillable PDFs?

Regards,
Ajay Kuthe
(Creatio Developer)

Like 0

Like

0 comments
Show all comments