nerdexam
ServiceNow

CAD · Question #208

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

The correct answer is D. Set the Accessible from field value to This application scope only. To prevent all other private application scopes from creating records on a table, you simply set the 'Accessible from' field to 'This application scope only' (D). This single setting locks the table so only the owning application's scope can interact with it, including creating r

Submitted by chiamaka_o· Apr 18, 2026Security and Restricting Access

Question

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

Options

  • AYou must create Access Controls to prevent all other application scopes from creating
  • BSet the Accessible from field value to All application scopes and de-select the Can create option
  • CSet the Accessible from field value to This application scope only and de-select the Allow access
  • DSet the Accessible from field value to This application scope only

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    11% (4)
  • C
    3% (1)
  • D
    83% (30)

Explanation

To prevent all other private application scopes from creating records on a table, you simply set the 'Accessible from' field to 'This application scope only' (D). This single setting locks the table so only the owning application's scope can interact with it, including creating records. Option B is incorrect because setting it to 'All application scopes' would open it up, not restrict it. Option C adds an unnecessary extra step - setting 'This application scope only' already handles the restriction without needing to separately deselect 'Allow access to this table via web services.' Option A (creating explicit ACLs) is a valid but unnecessarily complex approach when the Application Access setting achieves the same result.

Topics

#Application Scope#Data Table Access#Cross-Scope Protection#Security Configuration

Community Discussion

No community discussion yet for this question.

Full CAD Practice