Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Records Set Navigation

Posted on by 6
Hi,
 
I would like to open the Records Set Navigation as a record form opened. I managed to do so with the BPF stage flyout using the following JS:
 
Xrm.Page.ui.process.setDisplayState("expanded")
 
Any idea how I can dynamically display the record set nav?
 
Thank you!!!
Categories:
  • MichaelFP Profile Picture
    MichaelFP 1,463 on at
    Records Set Navigation
    you will need to but in the onload of every form this code.
  • GabrielS Profile Picture
    GabrielS 6 on at
    Records Set Navigation
    Hi Michael, 
     
    Thx for your help! The code you sent works. It opens the Records Set Navigation along with the record form. However, when i try to open another record, the Records Set Navigation closed.
     
    Any idea how to keep the Set Navigation available for records navigation?
     
    Thanks,
    Gabriel
  • Verified answer
    MichaelFP Profile Picture
    MichaelFP 1,463 on at
    Records Set Navigation
    you can try the following code 
    function openRecordNavigator(){
       let element = window.top.document.querySelector('[data-id="recordSetNavExpandIcon"]');
        if(element)
             element.click();
    }
     
    If my answer helped you, please give me a thumbs up (👍). If solve your question please mark as answer ✔️. This is help the community.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,297

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,890

Leaderboard