Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

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

0
Posted

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

0

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.

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123