@aappddeevv/dynamics-client-ui
Version:
## What is it? A library to help you create great dynamics applications.
13 lines (12 loc) • 393 B
TypeScript
/**
* Arrange to have this function called
* with the form's OnLoad event. This is
* the only way to guarantee that we obtain
* a valid form context without going through
* the deprecated Xrm.Page.
*
* This form assumes that form scripts load
* into a frame hierarchy that is one below
* a parent that webresources can also access.
*/
export declare function onLoad(ctx: any): void;