Certified Pega Senior System Architect v8.7 — Question 87
Which configuration controls access to an attachment category?
Answer options
- A. Configure the IsCurrentStageTesting When rule to allow users to view an attachment, if the rule returns as true.
- B. Configure an Access Deny on the class where the attachment exists, to restrict access to the attachment.
- C. Configure a visible When rule, IsDocumentPrivate, to allow users to view an attachment if the rule returns as false.
- D. Configure a connector that grants permission to a user to delete an attachment if they are the creator.
Correct answer: C
Explanation
The correct answer, C, is right because the IsDocumentPrivate rule determines access based on its evaluation, allowing users to see the attachment when it returns false. Option A is incorrect as it focuses on allowing access based on a different condition, while B restricts access altogether, and D pertains to deletion permissions rather than viewing access.