-
Notifications
You must be signed in to change notification settings - Fork 1
FormUtil
Niels Steenbeek edited this page Mar 24, 2020
·
1 revision
The FormUtil.ts contains useful methods for the Form:
- setDisabled(executionContext: Xrm.Events.EventContext, disabled: boolean, attributeNames: string[])
- setVisible(executionContext: Xrm.Events.EventContext, visible: boolean, attributeNames: string[])
- addCustomView(attributeName: string, executionContext: Xrm.Events.EventContext, filterXml: string)