Hi,
I have configured a custom taskpace application with more than a custom tab,and associate their visibility to roles.
I'd want to know if it's possible to have another level of tab visibility configuration by user group.
thanks
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Yes. Its pretty obvious since you can only add tab to Taskspace role that you defined for your application. There is no UI to define Taskspace group.
I really dont see your issue. A role is just a special type of group - role is actually dm_group object.
I dont believe so. Tabs are integral component in Taskspace and is designed to be configured via Taskspace application, which is only accessible to users who belong ts_designer.
sorry I have used bad terms,
the problem is not in the configuration,but in the visibility for an application user who login in the custom app.
The tab visibility is decided by the role the user belongs,is possible to relate it to the group he belongs and not to the role?
You should be able to add the group to the role. Have you tried this?
the scenario is this
role A
user 1
user 2
group B
group C
how can I make mycustomtab1 visible to user 1 and mycustomtab2 visible to user 2 if all users are in the same role?
You need to create two roles (role A and role . Define mycustomtab1 for role A and mycustomtab2 for role B. Then assign the users to the appropriate roles.
ok...so is not possible to associate the tab visibility to groups,only to roles.