Interface for Xrm.Page.ui.process API

Deprecated

Use ProcessControl instead.

Hierarchy

Methods

  • Gets the visibility state.

    Returns boolean

    true if the tab is visible, otherwise false.

  • Reflow the UI of the process control

    Parameters

    • updateUI: boolean

      Specify true to update the UI of the process control; false otherwise.

    • parentStage: string

      ID of the parent stage.

    • nextStage: string

      ID of the next stage.

    Returns void

  • Sets display state of the process flow control.

    Parameters

    • displayState: Xrm.DisplayState

      Display state of the process flow control, as either "expanded" or "collapsed"

    Returns void

  • Sets the visibility state.

    Parameters

    • visible: boolean

      true to show, false to hide.

    Returns void

Generated using TypeDoc