QuestionQ103

Security and Restricting Access

What does Application Scoping offer?

Choose two
  • A A method to track users involved in developing the application.
  • B A namespace (prefix and scope name) to prevent cross-application name collisions.
  • C A means to control which roles can view the application and its related modules.
  • D A means to control how scripts from other scopes can alter tables in a scoped application.
Explanation

Application scoping gives a scoped application a unique namespace identifier, preventing name collisions with artifacts from other applications. It also restricts cross-scope access, allowing the application and table access settings to determine whether scripts from other scopes can access or alter its tables.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!