Hi everyone.
I have this view of records:
When I click in the wraped link it opens the related summary record as follows:
Do you know if is it possible to take out the wraped header or, at least, change the look of the buttons? And, moreover, as the buttons don´t fit in the header it shows and icon to see more actions.
Thanks in advance.
Discussion posts and replies are publicly visible
You have related action added to the summary view which is causing this wrapping of buttons. As we dont have much configuration option to prevent this wrapping my suggestion would be to not show related action for the summary ( disable these in record ->views->summary) and use a!recordActionField() within the summary interface itself to show them in your interface. You can add a section for actions in the right side of your interface (may be above the territories etc sections) that can contain the related actions configured as record actions.
No, you cannot customize record action buttons in default record summary view.Call a!recordActionField() in summary interface as per your need and customizationOrCreate a custom Record View (interface-based) where you control all buttons and layout yourselfIn 25.4 you have more control on ithttps://docs.appian.com/suite/help/25.4/Appian_Release_Notes.html#unlock-complete-design-freedom-for-record-views