RPA Connect
English
English
  • Form Design
    • Quick Start
      • Login to RPA Connect
      • Creating a Form
      • Workspace Environment
      • Designing a Basic Form
    • Property Assignment
      • General Properties
      • Appearance
      • Validations
        • Advanced Validations
      • Behavior
        • Advanced Behaviors
    • Comprehensive Form Development
      • Text and Numeric Fields
      • Date and Time Fields
      • Option Selection Fields
      • Other Input Fields
      • Tables
    • Using Common Resources
      • Resource Upload
      • Resource Utilization
    • Workflow Configuration
    • Advanced Options
  • Administration
    • Admin App
      • Accessing Admin App
      • User and Group Management
      • Workspaces
      • Roles and Permissions
    • Integration with Microsoft Entra ID
      • Synchronization Authorization
      • AD Group Management
      • Microsoft Teams Notification Configuration
  • BLUEPRISM
    • Connection with BluePrism
      • Creating an Authentication Credential
      • Generating a Public Form Instance
      • Querying Template Instances
      • Other Actions
        • Instance-Linked Actions
        • File-Linked Actions
        • Stage-Linked Actions
      • Additional Information
  • INTERACTION CHANNELS
    • Instance Management in Teams and the Portal
      • Interface and Common Functions
        • Home
        • Submissions
        • Inbox
      • Activity in Microsoft Teams
      • Portal Features
Powered by GitBook
On this page
  1. Form Design
  2. Property Assignment

Behavior

The properties grouped in the Behavior section will allow you to set more advanced configurations that regulate the field's behavior. The options you will find are:

Property
Function

Readonly

Can be set to True to establish preloaded data that the end user cannot modify.

Visibility

Using the False value, allows certain fields to be hidden.

The readonly and visibility properties can also be configured using an expression that assigns them true or false values based on the data entered in another form field. To do this, you need to access the dropdown menu and select the Edit expression option, located below the true and false options.

The editor will allow you to add an expression which, if met, will return a true value for that property, and otherwise will return false.

The readonly and visibility behaviors are often accompanied by the configuration of more advanced conditions, through which it can be determined that certain fields are interdependent and are enabled or disabled based on other data. Let’s take a closer look below.

PreviousAdvanced ValidationsNextAdvanced Behaviors

Last updated 5 months ago