Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can we set the defalut selection for each user?
I mean when User A open the doc, he wants to see the default select of Id =1. For User B, he wants to get Id 2.
How to do this?
Thanks.
I would use the 'OSUser' system field and then set selections based on that using an 'On document open' action
So in the 'search string' of the action add a formula like
eg. If (OSUser = 'xxx\MrB', 'Id2', etc..)
I would use the 'OSUser' system field and then set selections based on that using an 'On document open' action
So in the 'search string' of the action add a formula like
eg. If (OSUser = 'xxx\MrB', 'Id2', etc..)