We have created a Quotation tab on the Lead page in Creatio. This tab displays the plan options. Here's the scenario:

When a user selects a Plan from the detail object and clicks Next,


The system should display values related to the selected plan within the same tab.

These related plan values should be displayed as a detail object so that the user can select the desired Sub-Plan.

 

 

Is it possible to implement this functionality using Business Processes or any other method within Creatio? If yes, could you guide me on the best approach?

 

Like 0

Like

1 comments

Hello,
 

A business process cannot cover such a business task, as business processes cannot change the view of the page you are on. You can configure the business process to start on a button for the page, in which you will pass the selected record as a parameter, but the business process in turn will already open a new page (that are available in terms of business processes) where you can already filter the records based on the selected option.

We believe that to achieve this behavior, you will need to consider developing at the client module level. From the screenshots provided, it looks like this is a FreedomUI page, so we recommend that you have a look at the materials on Creatio Academy for development:
1) https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/category/freedom-ui
2) https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/freedom-ui-customization

Thank you.
 

Show all comments

Hi,

I have set up the URL https://159581-crm-bundle.creatio.com for demo purposes. However, after some time, I was unable to log into the application. The same issue occurred with another similar URL, so I created a new one using the link mentioned above.

The error displayed was "Authorization failed," and the password appeared to be locked. Even after attempting to log in using the "Log in with Creatio ID" option, the login attempt failed.

 

Could you please suggest a solution?

 

Thank you.

File attachments
Like 1

Like

1 comments

Hello,
 

We recommend reaching out directly to our support team for analysis of the current issue: support@creatio.com
 

Thank you!

Show all comments
Question

How to make a dashboard for number of new leads added? 

Like 0

Like

1 comments

Hello,

You can create a metric in Freedom UI, and set up filtering on the Status-"New" column as well as Created on and specify the value you want. You can learn more about this using the articles below:
https://academy.creatio.com/docs/8.x/no-code-customization/customization-tools/ui-and-business-logic-customization/set-up-dashboards#title-184-4
https://academy.creatio.com/docs/8.x/creatio-apps/creatio-basics/view-analytics


Best regards,
Malika

Show all comments

Hello,

 

We need to configure the Event field in the Lead object to be automatically prefilled for users in the mobile application. Since different managers are assigned to different events, the value should be dynamically calculated based on the specific user and prepopulated in the field.

 

Please note that this functionality should only apply to the mobile app and not the web version.

 

What would be the best approach to achieve this?

 

Thank you!
Vladimir

Like 1

Like

2 comments

Hello,

You can try setting up a business rule in the mobile application to achieve the required functionality. Business rules allow you to dynamically populate the value for the Event field in the Lead object based on the specific user.

For guidance on how to create and implement business rules in the mobile app, refer to the following articles:

Mobile app business rules.
Custom business rules of the mobile application.

Alternatively, you can design a business process to achieve the same goal. A business process can calculate the appropriate value for the Event field and populate it when a record is created or updated in the mobile app.

More information regarding business processes is available here:

BPM tools.

Best regards,
Antonii.

Antonii Viazovskyi,

thank you for your answer.

Seems, it works only for Classic UI, but doesn't work for Freedom UI. We have tried to switch this checkbox on and off and found that.

Show all comments

Hi everyone!

 

I am stuck with the BP, hope you can help me out.

 

I have a detail with duplicate records in it. These records are automaticaly added after the certain emailing (via webhooks). The issues is there are duplicates and I do need them - I need some of them be deleted and at least one should be staying (see image below). 

 

I cannot understand how to write the deleting part in business process

 

Like 1

Like

1 comments

Hello,

Basically, when a webhook comes to the system, there is no process of searching for duplicates, so that duplicate records could be created. However, you can create a business process in which you can use the Find and merge duplicate process element to search and merge these records.

Best regards,
Antonii.

Show all comments

Hello 
It 's possible to add business process buton on Mobile App Freedom Ui in section , or section page.

 

Thank you 

Like 0

Like

1 comments

Hello Safa,

Unfortunately, there is no no-code way to add the custom button. We've already registered the suggestion for the R&D team.

 

Meanwhile, this article explains how to create a custom button. Please follow the release updates to find out when SDK for Mobile will be implemented.

Show all comments

Hello,

 

how is it possible to get Columns selection page for the object in Freedom UI? We need to get list of selected columns and save it for further usage



 

Kind regards,

Vladimir

Like 2

Like

4 comments

Hello,

 

Could you please describe your request in more detail so we could better understand your business need?

Mira Dmitruk,

We want to make configurable export tool. That's why we want to select columns for export

 

Kind regards,

Vladimir

Hello,
 

Unfortunately, at the moment there is no custom option to call this page in the custom functionality.
 

We have a task in the backlog to implement this feature in future versions of the application. We have raised the priority of the task taking into account your user experience.
 

Thank you for contacting us!

This would be very useful for us too - selecting columns in the UI could be very helpful for creating marketplace tools to be used by others for no code configuration of things like import/export/integration tools.

Show all comments

Hello support,

 

The dashboard on my mobile is showed with classic UI on some 8.2 creatio instance and in other instance is showed with freedom UI

 

Could you help me to understand what is the problem?

 

Freedom mobile UI

Classic mobile UI

Like 2

Like

2 comments

Hello!

Freedom UI dashboards can be enabled with the feature Mobile.UseFreedomUIStylesFor7x

Best regards,
Anton

Anton Starikov,

thank you Starikov, I found it some days ago and I don't have time to update my post on community

Show all comments

Hi guys! There is a question. It is necessary to establish rules for the segmentation of the counterparty. If he has more than $10,000 revenue, then assign a segment in the directory with the value A, if the revenue field is less than $1,000, then segment B. How do I do this? In the "event - signal" business process, there is no sign greater than or equal to, only flat or uneven. I didn't find anything that would help me in setting up business rules either. Who can tell you? Version 7.18

Like 0

Like

1 comments

Hello,

You need to check whether your Revenue field is of type "Integer," as it seems that a text field is being used.
 

If you specifically need to use a text field, you will need to parse this field into an integer in formula and use a formula in the Conditional flow to evaluate this value using ">" or "<".

https://community.creatio.com/articles/how-convert-string-integer
https://academy.creatio.com/docs/8.x/no-code-customization/8.1/bpm-tools/process-elements-reference/flows/conditional-flow
 

Thank you for reaching out!

Show all comments

Hello,

 

Is it possible to use Classic UI in web application, but Freedom UI in mobile app? 
The project is done in Classic, so there is no Freedom UI yet.

Kind regards,
Vladimir

Like 1

Like

5 comments
Best reply

Yes - in the mobile wizard, you'll just need to check the "Freedom UI" option for each section exposed in the mobile application.

Ryan

Yes - in the mobile wizard, you'll just need to check the "Freedom UI" option for each section exposed in the mobile application.

Ryan

Ryan Farley,

Thank you!

Do you know in which version this checkbox was introduced? I don’t see it in 8.0.8. Does this mean we need to plan an upgrade?

Kind regards,
Vladimir

Vladimir Sokolov,

I think the first mention for Freedom UI in mobile was 8.0.6 - I don't recall how much was available in that release, so not sure if the option was available for all sections at that time  https://academy.creatio.com/docs/8.x/resources/release-notes/806-atlas-release-notes#title-2502-13

Ryan

Vladimir Sokolov,

Also, that option for Freedom UI in mobile is controlled by a feature. I have a couple of systems where that feature never got enabled by upgrades and the option doesn't show. If it's not showing in your system, that could be the case also and you can check with support for which feature is needed for that (I can't remember the feature name that controls that)

Ryan Farley,

 

Thank you so much, Ryan.
You’re, as always, amazing. The feature UseMobileFlutterFirst setting helped enable Freedom UI.

Kind regards,

Vladimir

Show all comments