Lotus Notes FAQ Visit Our Sponsor!

Can you dynamically select documents per user without using a ReaderNames field?

Use this for a view selection formula:
username := @Name([CN]; @UserName);
Select (Form = "OrderForm") & (@Contains(OrderOwner;username) = 1)
and set the View Properties so that the view index is discarded every time. This will select documents that use the form "OrderForm" and were created by the current user.


Applies to Notes Versions: 4, 4.5, 4.6, 5
Last Modified: January 21, 1997