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.
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.
Related Questions
- How will a user be able to access the document on a certain subject by any field and be able to search those that have documents?"
- Upon creating a new business user what type should the Administrator select for the "User Type" field?
- Can you dynamically select documents per user without using a ReaderNames field?