getPane (Client API reference)

[This topic is pre-release documentation and is subject to change.]

Returns the side pane corresponding to the input ID. If the side pane does not exist, undefined is returned.

Important

  • This is a preview feature, and isn't available in all regions.
  • Preview features aren’t meant for production use and may have restricted functionality. These features are available before an official release so that customers can get early access and provide feedback.

Syntax

Xrm.App.sidePanes.getPane(panelId);

Return value

Returns the AppSidePane object.

sidePanes

Creating side panes using client API