Usage Scenario: Role-Based Page Permission Definition

In an administration panel, only users with the analyst role are allowed to access the ‘Reports’ screen. The administrator uses the ‘Save Access’ button to grant the analyst role permission for this page.

Application Steps:

  • Element: Save Access button
  • Trigger: OnClick
  • Action: Authorisation → Save Role Access

Parameter Assignments:

  • Is Authorised → true
  • Role ID → selectedRole.id
  • Action ID → ‘reportScreenAccess’

When the administrator clicks the Save Access button, the analyst role is granted access to the ‘Reports’ page in the system. Users with this role can then only log in to this page.