AX1683

Show Form Dialog Panel command

Use the Show Form Dialog Panel command to open a designated Dialog Panel component in an Axiom form.

Can be used in

  • Axiom forms

When the Filter Wizard command is selected from the Command Library as the shortcut target, it displays as command://ShowFormDialogPanel.

Shortcut parameters

This command uses the following shortcut parameters:

Item Description

Dialog Panel

The name of the Dialog Panel component to open. You can enter the component name directly, or read the component name from a cell reference in brackets, such as [Variables!C10].

Processing Step

Specifies when the command will be executed during the Axiom form update process. This option is set to Form - After Updating Values and cannot be changed. For more information, see Timing of command execution.

Although the processing step is After Updating Values, you can still use other commands in conjunction with this command and set those other commands to the same or later processing step. The contents of the Dialog Panel component will reflect changes made by other commands, such as Apply Shared Variables.

Visibility

In Axiom forms, the command used does not impact whether the button is visible or enabled.

Remarks

For more information about using Dialog Panel components, see Dialog Panel component for Axiom forms. The overall behavior and setup still apply when using the command. The only difference is that you are using a command to open the Dialog Panel component, instead of using a button behavior.

The command is available so that you can open a Dialog Panel from components that do not support button behaviors, such as the KPI Panel or an icon in a data grid. For example, you can use the Show Form Dialog Panel command in the [Command] column of the KPISource data source, to open a dialog from a KPI box.