Certified Pega Senior System Architect v8.7 — Question 77
Which configuration controls the access to an attachment category?
Answer options
- A. Configure client-based access control on the class where the attachment exists to restrict access to the attachment.
- B. Configure a connector that grants permission to a user to delete an attachment if they are the creator.
- C. Configure the when rule IsCurrentStageTesting to allow users to view an attachment if the rule returns as true.
- D. Configure a visible when rule, IsDocumentPrivate, to allow users to view an attachment if the rule returns as false.
Correct answer: C
Explanation
Option C is correct because it specifies a rule that allows users to view attachments based on the evaluation of IsCurrentStageTesting. Options A and B do not directly control access based on the attachment category, while option D suggests a visible rule that could restrict access instead of enhancing it.