SNOW-CAD Core Application Development • Set 4
SNOW-CAD Core Application Development Practice Test 4 — 15 questions with explanations. Free, no signup.
The ACL is meant to allow users to read an incident only if they are the manager of the assigned user. However, users who are not managers can also read the incident. What is the flaw?
Refer to the exhibit. ACL configuration: Name: Incident - Read - Custom Type: record Operation: read Table: incident Condition: gs.getUser().getManagerID() == current.assigned_to Script: answer = true;