Skip to main content
January 22, 2026
Question

Auto Scrolling

  • January 22, 2026
  • 7 replies
  • 0 views

we have a collapsable grid whose individual cells contain dynamic links. Assume this grid takes up the entirety of screen. Upon clicking the dynamic link 3 variables are saved (local!showTransactions, local!accountEntityCode, and local!transactionAccPer).

 

Another interface loads below the grid when local!showTransactions = True. 

 

However upon clicking the dynamic link value, there is no indication of this newly rendered interface. The current grid takes up the entire screen. We need some way to notify the user of the new interface rendered below. Ideally, when the user clicks on the hyperlink, it will jump to the section what was loaded below. 

 

What we want to avoid using: recordLinks and startProcessLinks cause major slowdowns compared to dynamicLinks when generating the linked values of the collapsable grid. Dynamic Links are preffered.  Any recommendations?  

    7 replies

    stefanhelzle0001
    January 22, 2026

    That's the issue with dynamic interfaces. Did you consider to display that collapsible section somewhere else?

    January 22, 2026

    Do you mean like in another tab?  The modal and new tab are process heavy and very slow.  

    mikes0011
    Brainy
    January 22, 2026

    Any chance you can hide or at least majorly collapse the top grid when the bottom part is shown?