Conditional Field Display in Windows
This documentation describes how users can display fields based on specific conditions set in a window.
Setting Up Display Conditions
Users can select display fields that should appear when certain field relations and values are set. Conditions can be set to require matching "all" or "any" criteria:
- All: The display field appears only when all specified conditions are met.
- Any: The display field appears if any of the specified conditions are met.
Each field condition has:
- Field Value: The field whose value to check.
- Relation: Options include "is equal to," "is not equal to," "is one of," and "is not one of."
- Value: Entered according to the data type of the field.
For a single window, multiple chunks of display conditions can be created, allowing for complex and dynamic field visibility.
Example:
Given a window named "Transaction" with fields "Transaction Type," "From," and "To":
- Condition: Set the "Transaction Type" field to determine which fields appear:
- If "Transaction Type" is "Transfer", display both "From" and "To" fields.
- If "Transaction Type" is "Withdraw", display only the "From" field.
- If "Transaction Type" is "Deposit", display only the "To" field.
- Result: Based on the "Transaction Type" selected, the relevant fields are shown.
After saving, the window's fields will display according to the conditions specified, enhancing the customization and usability of data entry.