I am re-posting this as the title in the previous was wrong and i found no way to edit it.
Currently there are field values such as "assigned user" and "team" for testing available in various areas such as filter, conditions and formula. It will be fantastic and of great value if we could have a built-in field value in conditions and formula labelled "Loggedin" which allows us to test the logged in user, We could use this to check (for example):
Use case:
(1) we could display some fields based on a user, such as "Admin"
(2) display a detail layout panel based on a specific user or users e.g. fields that used or updated by formula which should only be visible to Admin.
Currently there are field values such as "assigned user" and "team" for testing available in various areas such as filter, conditions and formula. It will be fantastic and of great value if we could have a built-in field value in conditions and formula labelled "Loggedin" which allows us to test the logged in user, We could use this to check (for example):
PHP Code:
field Loggedin equals/in/not it/not equals to <usernames> in the user entity.
(1) we could display some fields based on a user, such as "Admin"
(2) display a detail layout panel based on a specific user or users e.g. fields that used or updated by formula which should only be visible to Admin.
Comment