web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

How to collapse(not close) a side pane via JS?

(0) ShareShare
ReportReport
Posted on by 1,537
I can get the side pane object using the JS code below, but I would like to know how to collapse a side pane by OOTB method. I know there are /close/ and /hidden/ properties I can use, but this property would get the entire side pane disappear.
 
let copilotSidePane = Xrm.App.sidePanes.getAllPanes().getAll()[0]
// The close method hides the whole side pane, but I only want to collapse it.
copilotSidePane.close();
I have the same question (0)
  • Verified answer
    Dengliang Li Profile Picture
    Microsoft Employee on at
    Hi,
     
    You can get the HTML element of the side pane button. Then implement the click event by automatically clicking this button with the following code.
    Because clicking on the side pane button collapses the side pane.
    function onload() {
        //get the Copliot button HTML element
        var copliot =  window.top.document.querySelector("button[aria-label='Copilot']");
     
        //Programmatically trigger the click event.
        const evt = new MouseEvent("click", { bubbles: true, cancelable: true });
        copliot.dispatchEvent(evt)
    }

    For more information on this method please refer to the following link.
     
    If my answer was helpful, please click Like, and if it solved your problem, please mark it as verified to help other community members find more.
    If you have further questions, please feel free to contact me .
     
    Best Regards,
    Dengliang Li
     
  • Dengliang Li Profile Picture
    Microsoft Employee on at
    Hi,
     
    Has the issue been solved?
    Have there been any updates? Please feel free to ask me if you have any questions!
    If it has been resolved, can you mark the response as an answer?
     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 120 Super User 2026 Season 1

#2
Jimmy Passeti Profile Picture

Jimmy Passeti 46 Most Valuable Professional

#3
NeerajPawar Profile Picture

NeerajPawar 41

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans