Hi everyone,
can anyone please show me the expression to make my Task Tab visible only to the selected user group.
Thanks in advance
Discussion posts and replies are publicly visible
What I wanted to hide is the Task Tab, which I only want to make available to the Supervisor group on my Site. Do u get my point now ?
The summary view can not be made invisible. The reason is that general access to the record is implemented by default filters.
Checking for group membership is done using the function isusermemberofgroup()
docs.appian.com/.../fnc_people_isusermemberofgroup.html
or is this expression correct: isusermemberofgroup( loggedInUser(), MyGroup ) ? if not, can you please help formulate the expression correctly?
Thanks, Stefan. What i wanted is to check if the logged-in user is a member of a group. Only then can a task tab be accessed. loggedInUser() = "MyGroup". Will that work, if not can u correct the expression please?
Did you check this functions?
https://docs.appian.com/suite/help/21.1/fnc_people_isusermemberofgroup.html
docs.appian.com/.../fnc_people_loggedinuser.html