RequestHide function
Applies to: Canvas apps
Hides the SharePoint form.
Note
Only works with SharePoint forms.
Description
Use the RequestHide function to hide the SharePoint form. By default, RequestHide() is used for the OnSuccess property of a SharePoint form being customized.
This function is not required for the SharePointIntegration control's OnCancel event as SharePoint by default hides the form when a user selects Cancel, and the function only reacts to a SharePoint form.
Syntax
RequestHide ( )
- No parameters.
Examples
Formula | Description |
---|---|
RequestHide() | Hides the form. |