Skip to main content
November 19, 2024
Question

Summary Page overwriting the Navigation Menu on the left

  • November 19, 2024
  • 3 replies
  • 0 views

On the Landing Page, I have a Navigation menu on the left and Record List on the right, When I click on the Loan Id hyperlink on one of the Record, it takes me to the Summary Page for that record clicked. Issue I am having is, the Summary page is taking up full page and overwriting the Navigation pane on the left hand. Please see 2 screenshots I have attached.

How do I get the Summary page to be restricted to the right side of the Interface section and not go over the Navigation pane on the left?

    3 replies

    kumara0180
    November 21, 2024

    Don't use the record link to open the summary page, but open this page using dynamic link. This was you can replace the content of right side of the page. 

    stefanhelzle0001
    Brainy
    November 22, 2024

    That link will navigate you to that record view. It will NOT embed the record view into your existing custom built UI.

    The only way to achieve this is to call that summary view in your sail code.

    Do you have a specific reason for making all the fields in that summary editable? There is a reason for why Appian calls this "Views".

    November 22, 2024

    Appreciate [mention:d71dc0922a44411db41369c6058e69ad:e9ed411860ed4f2ba0265705b8793d05]  and [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05]  for your responses.