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

Notifications

Announcements

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

News and Announcements

Season of Giving Solutions is Here!

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Pallavi Phade Profile Picture

Pallavi Phade 98

#2
Tom_Gioielli Profile Picture

Tom_Gioielli 79 Super User 2025 Season 2

#3
TAHER Mehdi Profile Picture

TAHER Mehdi 58

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans