Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
7318 Представления

Is it possible make exclusive roles for users?

For example. We have object, that contain two fields: FIELD1 and FIELD2. Need two group: GROUP1 and GROUP2.

GROUP1 can view FIELD1, but can't view FIELD2. GROUP2 can view FIELD2, but can't view FIELD1. How define such groups?

Because if GROUP2 don't inherit GROUP1 or vice versa then it display in "Settings/Users/Users/Access Rights" like options, but not like roles (selection).

Аватар
Отменить
Лучший ответ

Hi,

I think define your question you need to field level security. When you are creating FIELD1 then give him access right groups="GROUP1" Like that : <field name="FIELD1" groups="GROUP1"/> <field name="FIELD2" groups="GROUP2"/> Using that GROUP1 can access only FIELD1 and GROUP2 can access only FIELD2.

Thank You, Chetan Dhaduk(SerpentCS Pvt. Ltd.)

Аватар
Отменить
Автор

But if GROUP2 inherit GROUP1 then it inherit access to FIELD1.

Related Posts Ответы Просмотры Активность
0
нояб. 15
4684
1
мар. 15
8349
1
мар. 15
4965
10
дек. 23
36675
1
дек. 21
9695