Interface for defining parameters on a request to open a view 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 "entitylist" is required in the URL, for views. Example: "pagetype=entitylist"

Hierarchy

  • ViewOpenParameters

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.

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

The unique identifier of a view, in Guid format, which is valid for the entity described by etn.

viewtype: ViewType

The type of view identified by viewid.

Remarks

Accepted values are:

  • 1039 System View
  • 4230 User View.

Generated using TypeDoc