QuestionQ17

Security and Restricting Access

How should Application Access be configured to stop all other private application scopes from creating configuration records on an application's data tables?

  • A You must create Access Controls to prevent all other application scopes from creating configuration records on an application's data tables rather than using Application Access
  • B Set the Accessible from field value to All application scopes and de-select the Can create option
  • C Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option
  • D Set the Accessible from field value to This application scope only
Explanation

Design-time Application Access controls whether other application scopes can create configuration records that extend an application's data tables. Restricting Accessible from to This application scope only denies that design-time access to all other private scopes. The Can create option instead controls runtime creation of data records, not configuration records.

Learn more

Community Discussion

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