[5]Set Focus

Last modified by LongVA on 2023/10/09 10:44

RCA.Activities.FormBuilder.SetFocus

Description

This activity can help you to bring a specific form or instance of a form to the forefront. It is particularly useful when working with multiple forms or instances of the same form, as it allows you to quickly focus on the one you need for automation.

Project Compability

Windows

Configuration

Designer panel

  • Enter Key Name - The element's key name is used to specify the field which you want to manipulate.

Properties panel

  • Common
    • Continue On Error - the automation keeps going if it has an error. By default, this option is False, which means the process will be blocked when an error occurs.
  • Input
    • Form ID - The ID of the form you want to manipulate.
    • Key Name - The element's key name is used to specify the field which you want to manipulate.
  • Misc
    • Display Name - The name of the activity.
    • Public - public form or not.

 

  
Navigation