Certified Pega Senior System Architect v8.7 — Question 29
Which configuration controls the access to an attachment category?
Answer options
- A. Configure the privilege DeleteOwn, and then assign it to a user so that a user can delete their own attachments.
- B. Configure a when rule to allow users to delete an attachment if the rule returns as false.
- C. Configure client-based access control on the class where the attachment exists to restrict access to the attachment.
- D. Configure a visible when rule, IsDocumentPrivate to allow users to view an attachment if the rule returns as false.
Correct answer: C
Explanation
The correct answer is C because client-based access control directly manages who can access attachments based on their class. Options A and B deal with deletion permissions, which do not control access to viewing the attachments, while D pertains to visibility rather than access control.