Skip to content

QueryViewChooser

Overview

The QueryViewChooser control type allows the user to select a row from a Composable QueryView. The selection can be used to set other fields on the page, matching field Name to the column name of the QueryView.

The control on the page is a button:

QueryViewChooser Control

This button opens a to allow selection:

QueryViewChooser Menu

Excel Sheet Input

Required Fields

  • Name: The name of the field saved to the database.

  • Type: Must be set to System.Int32.

  • ControlType: Must be set to QueryViewChooser.

  • DefaultValue: Must be the Id of the QueryView to run.

Optional Fields