We're encountering a puzzling issue on a Freedom UI List Page (specifically, our Invoices_ListPage) when trying to run a business process (IWVoid_API_POST) using a custom JavaScript handler. The goal is to test the business process by explicitly passing a hardcoded InvoiceId, as...MoreLess
I tried to change the width of one of my Freedom UI mini pages, by adding the code below to the page. When I opened from the designer, it has the width that I want for a few seconds before changing back to the default width. What I'm missing?
There's a feature you can add/enable called "EnabledAppearanceSettings" that turns on the ability to choose different sizes for the modal/mini...MoreLess
There's a feature you can add/enable called "EnabledAppearanceSettings" that turns on the ability to choose different sizes for the modal/mini...MoreLess
I have a marketplace addon coming that does this, it is still awaiting the approval for the marketplace to publish the addon - it takes a very...MoreLess
I’m customizing a detail/list view in Creatio where each row includes fields like A1, A2, A3. One of the fields is a single text field, and I want to style individual words within this field — for example, giving each word a different background color.
This is similar to how the multi-select...MoreLess
In my Project's form page, I have two charts that summarize data from a Time Cards object in the form of a bar chart and a column chart. After placing the chart component onto my form page, I had trouble resizing the charts to make them larger. I attached below an image for reference. Any help on how to resize charts would be greatly appreciated. Please let me know if you have any questions or need me to further clarify.
Hi Creatio Community! I’m building a custom Freedom UI component and need some advice on how to pass data from the component back to the parent page. I have a custom component with some internal logic and a variable whose value changes based on user interaction inside the component (e.g. clicks, selections)...MoreLess
Hi Creatio Community! I’m currently working on a custom Angular component (Freedom UI) and ran into an issue I hope someone has already dealt with. I created a custom table component that loads data from a web service — the structure is quite complex with nested records, so I chose to use a service instead...MoreLess
You can store record ID in the custom attribute and populate its value when the page is opening in the request crt.HandleViewModelInitRequest...MoreLess
You can store record ID in the custom attribute and populate its value when the page is opening in the request crt.HandleViewModelInitRequest...MoreLess
I'm looking for help with setting a default tab in a Freedom UI page.
I want the"Lead Info"tab (which is the first tab) to always be selected by default when opening a lead record. However, after I perform or complete an activity and return to the Lead page, it automatically opens the "Lead Activities" tab instead of the "Lead Info" tab.
Is there a way toset the page to always open the "Lead Info" tab, regardless of the last active tab or navigation history?