To define user access within your APEX application, you can create custom Access Control Roles. Follow these steps to create a new role:
Access the Shared Components Page
Navigate to the Workspace home page and click App Builder.
Select the desired application.
On the Application home page, click Shared Components to open the Shared Components page.
Open Application Access Control
Under the Security section, click Application Access Control to access the role management page.
Add a New Role
Under the Roles section, click Add Role to open the role creation dialog.
Define Role Attributes
Name: Enter a meaningful name for the role. The name must contain only alphanumeric characters and underscores (_).
Static Identifier: Provide an alternate unique identifier for this role.
Description: Optionally, enter a brief description of the role’s purpose.
Create the Role
Click Create Role to save the new role. Once created, the role will be listed under the Roles section on the Application Access Control page.
This newly created role can now be assigned to users and utilized within authorization schemes to enforce security across your application.
No comments:
Post a Comment