UI Design module and select the screen where you want to apply the action.
Add an element (e.g. a button).
Example: The ‘Submit’ button may need to be disabled before the user checks a specific checkbox.
Select the button and add the UI Control > Change Enabled Of action by selecting the appropriate trigger event (Initial Actions, OnClick, etc.) from the + ADD ACTION menu.
2. Configure Action Parameters
Component To Change: Select the component whose activity status will be changed. Example: Submit Button (SubmitButton)
Editability: Select one of the Enabled or Disabled options to define the status of the component.
Enabled → The element becomes active.
Disabled → The element becomes inactive.
This parameter can be set as a fixed value or dynamically controlled using conditional expressions (e.g., Add Condition).