Default a drop-down search field to current user

0
Is there a way to default a drop-down search field of users to the currently logged in user either through the modeler or more advanced techniques?
asked
1 answers
0

Jeff,

If your entity has a relation to the user you could try to implement an xpath on the grid. Something like this:

[Module.Entity_User/System.User/id ='[%CurrentUser%]']

This is not the same as a default for the search field as it can't be changed by the user.

answered