Interface for defining parameters on a request to open a form with main.aspx (as with window.open). Useful for parsing the keys and values into a string of the format: "&key=value".

See

External Link: Open forms, views, dialogs, and reports with a URL

Remarks

A member for "pagetype" is not provided. The value "entityrecord" is required in the URL, for forms. Example: "pagetype=entityrecord"

Hierarchy

  • FormOpenParameters

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.)
etn: string

The logical name of the entity.

extraqs?: string

Additional parameters can be provided to the request. This can only be used to provide default field values for the form, or pass data to custom parameters that have been customized for the form. See example below for setting the selected form.

Example

Example:  encodeURIComponent("formid={8c9f3e6f-7839-e211-831e-00155db7d98f}");

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