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
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
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?
Hi Anton, thank you for the reply. I enabled "UseMobileFlutterFirst" as you described but I still do not see the checkbox to enable freedomUI...MoreLess
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?
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
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
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?
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.
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
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
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