Skip to main content
December 5, 2025
Solved

Take out the summary header and change the look of the button actions

  • December 5, 2025
  • 2 replies
  • 0 views

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.

    Best answer by harshas2775

    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. 

    2 replies

    harshas2775
    December 5, 2025

    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. 

    shubhama926776
    December 5, 2025

    No, you cannot customize record action buttons in default record summary view.
    Call a!recordActionField() in summary interface as per your need and customization
    Or
    Create a custom Record View (interface-based) where you control all buttons and layout yourself

    In 25.4 you have more control on it
    https://docs.appian.com/suite/help/25.4/Appian_Release_Notes.html#unlock-complete-design-freedom-for-record-views