Interface for defining parameters on a Xrm.Utility.openEntityForm() request.

Hierarchy

Properties

Properties

Controls whether the command bar is displayed.

Remarks

Accepted values are:

  • "true" (The command bar is displayed.)
  • "false" (The command bar is not displayed.)
formid?: string

The identifier of the form to use, when several are available.

Controls whether the Navigation bar is displayed on the form.

Remarks

Accepted values are:

  • "on" (The navigation bar is displayed.)
  • "off" (The navigation bar is not displayed.)
  • "entity" (On an entity form, only the navigation options for related entities are available.)

Generated using TypeDoc