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
We run code on our leads page that when the page is saved with required fields that aren't populated we have pop-ups to prompt the user to collect the data in sequence. The sequence in which these pop-ups happen appears to be based on the business rules of the page... How do we update the order of the business rules (to force an order update of which fields get marked as required, and in turn the pop-up sequence)?
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?
On a page, I want to be able to create a pop-up after a certain action, and also, after completing another separate action, to refresh the page. I have 2 business processes, which post the messages using Script Tasks
First Business process: var userConnection = Get("UserConnection"); Terrasoft.Configuration...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
I assume you're referring to the caption? You can change the caption for the button by opening the edit page schema (for example, AccountPageV2)...MoreLess
I assume you're referring to the caption? You can change the caption for the button by opening the edit page schema (for example, AccountPageV2)...MoreLess