Hallo,
I have specific BO items that are protected from everyone EXCEPT Admin and System.
I have 2 reports in my system.
- Print all items.
- Print all items for a specific person.
When I log in as a normal user and print Report1 then none of the protected items are shown on the report BUT if I print Report2 then the protected items are shown on the report. The second report is not much different from the first except that the process starts with a "PICK FROM".
Interesting fact is that in the log the "PICK FROM" is shown as being executed by the LoggedInUser but the second part of the process shows no user.
I did however try to PROTECT it From All (no exception) but the result is still the same. The protection does work though because I cannot see the items in the queries or BO forms.
Anyone with any advice?