Hello,
I have some questions about lists in Creatio Freedom UI.

1. Is there any way to make a field read-only on a list while allowing it to be edited from the form page? I tried to use object-level business rules, but I couldn't disable the field only on the list. Fields are not available in the page-level...MoreLess

Like 1

Like

2 comments

Hey,
1.Yes you can deselect the inline editing of records option in the designer page for the detail.
2.Yes it is possible through code - but...MoreLess

Show all comments (1)

Hello, We've followed the steps here https://academy.creatio.com/docs/8.x/no-code-customization/customizatio… to create a Freedom UI page for an existing object (Leads) and can view the Freedom UI in the web interface, however we do not see the option to enable the Freedom UI for this section in the Mobile Application Wizard. There should be a checkbox next to the Leads section to enable the freedom UI but we do not see it. How do we do this?

Thank you,


Eric

Like 0

Like

3 comments

Good afternoon!
 

To do this, you need to enable the "UseMobileFlutterFirst" feature here:

https://mywebsite.creatio.com/0/flags


image.png

Regards,
Anton

Show all comments (2)

I am applying a complex filter to a page using the "Apply filter by page data" option.  I set up two parameter filters, but they are logically connected by an AND condition.  Is there a way to construct these filters allowing for complex structures?

Like 2

Like

3 comments

Hello!
Please provide examples of how you implement filters.

Show all comments (2)

Hi

I am in SaveRecordRequest handler and I need to  get the changed field in page before saving the record, How can I know this?

Regards

Rakshith Dheer

Like 0

Like

4 comments

Hello!

As I get from your request - your main goal is to update the data in detail. To do so, you should call the LoadDataRequest for dataSourceName...MoreLess

Show all comments (3)

Is it possible to trigger the Freedom UI Live Data Refresh mechanism (LiveEditing feature) for a specific record from C# code? We have a C# process that is updating data directly in the database for performance reasons, but in certain circumstances we may want to trigger the Live Data Refresh of th...MoreLess

Like 0

Like

1 comments
Best reply

You can see how that feature works by looking at the "LiveEditingBaseEntityEventListener" source code schema. In initial versions you could...MoreLess

You can see how that feature works by looking at the "LiveEditingBaseEntityEventListener" source code schema. In initial versions you could...MoreLess

Show all comments

Hi Team,
I have implemented a multi-select lookup field using the guidelines from this article:
https://customerfx.com/article/invoking-a-multi-select-lookup-dialog-on-a-creatio-freedom-ui-page/
Now, I have a requirement to filter the multi-select lookup based on another lookup field. I tried adding a filter for the entity schema name, but it is not being reflected. Is there a way to filter the multi-select lookup?



Like 1

Like

1 comments
Best reply

You can add the filterConfig to the request. Something like this, first create the filter(s): 

const filter = new sdk.FilterGroup();
await...

MoreLess

You can add the filterConfig to the request. Something like this, first create the filter(s): 

const filter = new sdk.FilterGroup();
await...

MoreLess

Show all comments

Hi 

I am unable to filter the records of Data Table using Custom Code But I am able to filter the records if List page Contains DataGrid Instead of Data Table using FilterGroup and LoadDataRequest. Is there any Differnce between the DataGrid and DataTable Elements.

Like 0

Like

1 comments

Hello,
 

Could you please tell us exactly how you are trying to add custom filtering and what problems you are facing when trying to configure...MoreLess

Show all comments

Hi community
I want to filter lookup field in detail of a page on the basis of record of another section and the page is in freedom UI and object of that detail is in classic UI
 

Like 0

Like

1 comments

Hello!

Thank you for submitting the post on the Community!

Could you please provide more details regarding your task so we can better understand...MoreLess

Show all comments

We really need some disambiguation of what changing options in Page Designer do around whether this is a page-only change, or will actually end up modifying the underlying object that the page is based on as well. This can have knock on effects that people don't expect, when they may believe they are...MoreLess

0 comments
Show all comments

Hello,

I'm in the process of migrating our classic Creatio pages to FreedomUI mode.


I'm having issues with the "Add New" option in some selector widgets:


for example, on the Order page, with the Contact entity, if I enter "a name" on the widget then select "Add new", a new contact is created but wit...MoreLess

Like 0

Like

1 comments

Hello!

Please contact support@creatio.com to analyze the situation in more detail. 

Best regards,
Anton

Show all comments