Skip to content

Commit 4398cc5

Browse files
authored
Update GetGlobalContext-ClientGlobalContext.js.aspx.md
1 parent 46bff9e commit 4398cc5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/GetGlobalContext-ClientGlobalContext.js.aspx.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ Use the **GetGlobalContext** function when programming with [web resources](../.
2121
To get access to the **GetGlobalContext** function in your HTML web resource, include a reference to **ClientGlobalContext.js.aspx**.
2222

2323
> [!IMPORTANT]
24-
> - The ClientGlobalContext.js.aspx page is deprecated and scheduled to be unavailable after October 1, 2022. Depending on how HTML web resources are configured, there are two options available:
25-
> 1. Use [Power Apps component framework overview](../../../component-framework/overview.md) to build configurable and reusable components that enable external integrations in a supported way.
26-
> 2. Use [custom pages](../../../../maker/model-driven-apps/model-app-page-overview.md) to add custom full page or dialog or pane experiences into model-driven apps, with the flexibility of the canvas designer.
2724
> - Including a reference to **ClientGlobalContext.js.aspx** does not make the **Xrm** object available in HTML web resources. Therefore, scripts containing `Xrm.*` methods aren’t supported in HTML web resources. `parent.Xrm.*` will work if the HTML web resource is loaded in a form container. However, for other places, such as loading an HTML web resource as part of the SiteMap, `parent.Xrm.*` also won’t work.
2825
2926
## GetGlobalContext function

0 commit comments

Comments
 (0)