Public Profile Page

I'm trying to implement a public profile page for a client and am running into security issues.

The page has some content on, e.g. a mini profile iPart and a Query menu iPart. Both of these have been configured to allow display for unauthorised users. The IQA is set for everyone to read, and the business objects used are set to everyone read. These are on a page where the content is open to everyone.

If I'm logged in, I can open and view the page with all the content present.

If I'm not logged in, I can open the page, but it shows no content at all. So I'm thinking it is an issue with the iParts, rather than the page.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Check any lookup queries on the BO

You might want to check your business object to see if you have any fields that have "Query Object" type validation. You would find this on the properties of the field. I have found that some of THOSE IQAs are not set to Everyone Full Control and that will cause the page to fail.
 

Jennifer Strawn
Accounting & Association Software Group

BOD Look Ups

Thanks Jennifer, the look ups on the BOD are all set to everyone read as well. Both the IQA and the profile iParts are not displaying when not logged in.