Skip to content

FormUtil

Niels Steenbeek edited this page Mar 24, 2020 · 1 revision

Form Util

FormUtil.ts

The FormUtil.ts contains useful methods for the Form:

  1. setDisabled(executionContext: Xrm.Events.EventContext, disabled: boolean, attributeNames: string[])
  2. setVisible(executionContext: Xrm.Events.EventContext, visible: boolean, attributeNames: string[])
  3. addCustomView(attributeName: string, executionContext: Xrm.Events.EventContext, filterXml: string)
Clone this wiki locally