Hiding outline entry from a user

I neet to know, how to hide the outline entry from certain users? I can do this using the security tab, but if i do this, users can not use the view at all. Some of views should be useable for users, but they should not see them in outline. Some users should!

Any idea?

Subject: How to copy ACL between databases

This forum is broken, I posted this under another main topic but it showed up here, strange ,thatis unless the main topic was edited after my post.

In Domino Administrator, there is a copy and paste function on the files tab, right click option. Replication should take care of distributing the acl across all replicas.

If you want to automate it, take a look at the NotesACL and NotesACLEntry classes and write an agent to do it.

Subject: Use the Hidewhen on teh Outline entry

rather than teh security tab of teh view

arrange for the database ACL to assign a Role to those users who cannot access the view fron the outle

on on the hide when something like

@Ismember( “[notOnOutline]” ; @UserRoles)

will do the trick.

PS:

If you are deploying local replicsa,

remember to make sure that “ensure consistent ACL” is ON

Subject: RE: Use the Hidewhen on teh Outline entry

Roles have worked well for us in the past.

I second that approach as it means your existing menus/links will display correctly.

Shawn