Tabset tab rendering using source type='running user attribute'

While rendering a tab in tabset ,can we use SFDC user groups in source type=‘running user attribute’(Render condition)?

For the moment we can see only user attributes like role,profile…etc but no user groups.

Thanks,
Prashanth

You may be able to make a model on the “GroupMember” object and put a condition so that group member Id is equal to the running user ID. Then you could have your render condition be based on a feild in that model.

Thanks a lot,it works.