Every automation project must adhere to the Golden Rule. The Golden Rule defines how all of the components within a process should be structured.
Scope activities define a specific area in which the robot performs its actions. The Golden Rule can be broken down into the following steps:
- Application: Open the required application or browser. For more information, see the Open Application and Open Browser chapters in the Hyland RPA Activities documentation.
- Window: Attach the selected window with a given title. This ensures that the actions are performed in the correct window. For more information, see Attach Window in the Hyland RPA Activities documentation.
- Activity: Performs the selected actions in the selected window.
Note: Although a process may be technically functional if
the Golden Rule is not followed, configuring a process
without the Golden Rule can lead to unexpected results or
consequences, such as clicking the Save button in the wrong
window.