I have the list on two different pages. On the first page, I want to open the edit page, but on the second page, I do not. On the second page, I have already removed the open option ("features": { "rows": { "selection": false, "toolbar": false ....
However, when double-clicking on a row, the default page associated with the object is opened. Is there a way to block the double-click action or open a different page instead?
Might be a simpler route to try to see what the request is that fires when double-clicking a row. The list will definitely fire a request for...MoreLess
When I create a replacement object for ListPageV2Template, the Freedom UI page that shows me the available template breaks. Could you tell me the correct way to customize it? What is the difference between ListPageV2Template and ListFreedomTemplate? The second one is used by Account and Contact sections, but when I create a new custom section, Creatio uses ListPageV2Template page.
In Classic UI I've customized a section page (let me call it "Production Page") with 3 details that must be shown and filtered depending on the record selected in the previous detail.
Let me call "detail 1", "detail 2" and "detail 3" the three details.
Only "detail 1" is visible opening the Production...MoreLess
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