User Tools

Site Tools


You are not allowed to perform this action
fpanels_designer_commandconditions

fPanels Command Condition

Use the command condition to apply a check before proceeding with the command's action. For example to check that a row in a panel is selected before generating a document that requires a value from a selected row.

The condition consists of two value which are compared. Based on whether they are the same or not, the command is executed.

Each Compare value (Compare 1 and Compare 2) may have placeholders inserted using Placeholder Selector.

The Compare Not Equal checkbox reverse the sense of the comparison. If checked, the two value must be unequal for the command to be executed.

A further option lets you enter a JavaScript function which when evaluated must return a value of true for the command to be executed. This requires coding and some knowledge of the internal workings of the fPanels dashboard.

Click OK to return to the command list, or Command to switch to the command action page.