How do I change the sort order of the gallery component on a FreedomUI record page?
The current sort order seems to be created on date Newest first. I would like to be able to sort by a custom field on the page alphabetically (A-Z), if the gallery was using text, or numerically, if the field is a number field (smallest to largest).
Can anyone tell me what are the events that we can use to trigger a handler code other than "clicked" on a button? for example hover-over, dropdown clicked, etc.?
Please specify the events that are already supported by creatio or if they require some customization to make them work.
We are trying to use Dynamic Case Management for displaying our stage process. However, since the business process involves a lot of stages (12 in total), the visual representation isn’t ideal.
We attempted to organize the stages into columns and separate them into two headers...MoreLess
I have this list page, which has two QuickFilters, I need to get the values from these quickfilters so that when the New button is pressed, these values are passed to this new page to be taken into account when creating a new Payment. One of the filters selects the contact and another selects the Loan to which the payment will be made. I have tried many ways, but I am unable to get the data from the quick filter.
hmm, if you do a console log to every change request in the handler (without specifying the attributeName) you can make sure you're using the...MoreLess
I created a custom section and the "Section report" designed with the addon does not appear in the list section.
The addon adds the section customization on the "ListFreedomTemplate" but the freedom list page created inherits from ListPageV2Template (CrtUIPlatform).