Currently there are field values such assigned user and team 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", 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.
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.