Page 1 of 1

Nancy is creating a Web application and she needs anonymous users to be able to read content and create certain document

Posted: Fri Aug 26, 2022 9:57 am
by answerhappygod
Nancy is creating a Web application and she needs anonymous users to be able to read content and create certain documents.What does Nancy need to do?

A. Nancy needs to create an Anonymous entry to the ACL with access set to Author. Then, using @Formula she needs to validate if a document is being created by an Anonymous user.
B. Nancy needs to create an Anonymous entry to the ACL with access set to reader and the option "Write public documents". She also needs to make the forms Available to Public Access users.
C. Anonymous must be set to Author in the ACL and forms must be blocked to Anonymous users.
D. Anonymous users cannot create documents if the ACL is set to Reader.