Interface for formContext

Hierarchy

Properties

Methods

Properties

data: Data

Provides methods to work with the form.

ui: Ui

Contains properties and methods to retrieve information about the user interface as well as collections for several subcomponents of the form.

Methods

  • Gets all controls.

    Returns Xrm.Controls.Control[]

    An array of controls.

  • Gets a control matching controlName.

    Type Parameters

    Parameters

    • controlName: string

      Name of the control.

    Returns T

    The control.

  • Gets a control matching controlName.

    Parameters

    • controlName: string

      Name of the control.

    Returns Xrm.Controls.Control

    The control.

  • Gets a control by index.

    Type Parameters

    Parameters

    • index: number

      The control index.

    Returns T

    The control.

  • Gets a control by index.

    Parameters

    • index: number

      The control index.

    Returns Xrm.Controls.Control

    The control.

  • Gets a control.

    Parameters

    Returns Xrm.Controls.Control[]

    An array of control.

Generated using TypeDoc