Usage Scenario: Defining a New User from the Administrator Panel

An administrator wants to add a new user in the system administration screen. The user's basic information is entered via a form and the ‘Admin’ role is assigned to the user. When this user logs in to the system, they should be directed to the defined ‘Control Panel’ screen.

Application Flow

  • Form Fields: txtEmail, txtFirstName, txtLastName, txtPhone, lstRoles, txtScreenId
  • Button: ‘Save’
  • OnClick
  • → Authorisation → Save User action is added.
  • Parameter Assignments:
    • User Name: txtEmail.value
    • First Name: txtFirstName.value
    • Last Name: txtLastName.value
    • Phone Number: txtPhone.value
    • Role Names: lstRoles.selectedValues
    • Starting Screen ID: txtScreenId.value
    • Don’t Send Email: true
    • Two Factor Authentication Type: ‘Email’