Check Webresource Dependencies on form
You have two options to check dependencies, either by Web Resource or by Entity.
Filter by WebResource:
- Type your Script Logical Name and press the Tab key. It will retrieve all the entities having decencies on the specified script.
- Select Entity, it will retrieve all the forms which are using the specified script.
- Select Form, it will show all the events attached to form, from the script.
In the result table, you will see the following fields:
- Webresource Name: Logical Name of the web resource.
- Control Type: The type of control where an event is registered.
- Control Name: Name of control on which event is registered.
- Function Name: Function name specified in event registration.
- Event: Trigger for an event.
- Enabled: Specifies function is enabled or not.
- Execution Context: Specifies if execution context is passed to the function or not.
- Parameters: Parameters that are passed to the function.
You can also export the data by clicking on the Export Data button.
Comments
Post a Comment