Hi
ItemType 【Class Structure】 I add three item AAA、BBB、CCC. I create two Identity -->Identity_A 、Identity_B.
When Identity_A login and click classification show list,I want list just show AAA 、BBB 2 item.
When Identity_B login and click classification show list, I want list just show BBB、CCC item.
How can to setting or write method control.I don't know where event can I use.
Hello,
It is possible to disable classifications for certain users. You can control this under the Can Add relationship tab of the ItemType that these classifications are defined for.
Under this tab, you can use the Class Path column to control which classifications each group of users has access to.
In this case, your Can Add settings would look something like the example below.
Name | Can Add | Class Path
Identity_A | True | AAA
Identity_A | True | BBB
Identity_B | True | BBB
Identity_B | True | CCC
Note that this will not completely hide the disabled options from the classification window, but it will gray them out and make them unable to be selected.
Chris
____________________________
Christopher Gillis
Aras Labs Software Engineer
Hello,
It is possible to disable classifications for certain users. You can control this under the Can Add relationship tab of the ItemType that these classifications are defined for.
Under this tab, you can use the Class Path column to control which classifications each group of users has access to.
In this case, your Can Add settings would look something like the example below.
Name | Can Add | Class Path
Identity_A | True | AAA
Identity_A | True | BBB
Identity_B | True | BBB
Identity_B | True | CCC
Note that this will not completely hide the disabled options from the classification window, but it will gray them out and make them unable to be selected.
Chris
____________________________
Christopher Gillis
Aras Labs Software Engineer