loadPanel (Client-side reference)

Displays the web page represented by a URL in the static area in the side pane, which appears on all pages in the model-driven apps web client.

Syntax

Xrm.Panel.loadPanel(url, title)

Parameters

Parameter Name Type Required Description
url String Yes URL of the page to be loaded in the side pane static area.
title String Yes Title of the side pane static area.

Remarks

This API is being replaced with Xrm.App.sidePanes.createPane. See Use with Xrm.App.panels.loadPanel for more details on the interaction of loadPanel and createPane.