powered by CADENAS

Manual

Manual

5.11.1.5. Show table row but hide LinkDB content - plinkgroups.cfg -> [Role_name] -> Key "CONDITION"

[Hinweis] Hinweis

Filterbedingung für Datensätze is role dependent, so has to be defined for each role separately.

Function: Show table row but hide LinkDB content. Reason could be data protection, if certain roles (users, departments) should not see certain information from the LinkDB. However, the row itself, they may see.

Setting in configuration file $CADENAS_SETUP/plinkgroups.cfg:

Example:

[Hinweis] Hinweis

Please use SQL syntax for this setting.

[Role_name]
CONDITION=(LINKTABLE.ACTIVE_STATE=1)

Meaning: Datasets which have the entry '1' in the ACTIVE_STATE column meet the condition. These table rows are displayed with all their LinkDB entries. Furthermore all other table rows without any LinkDB entries are displayed as well.

For LinkDB datasets wihich do not meet the condition the LinkDB content is hidden. However, the dataset itself is displayed.

Setting user interface under PARTadmin -> category Rollen -> Allgemein tab -> Filterbedingung für Datensätze

-> Display in PARTdataManager:

Role A has no restrictions and can see the complete LinkDB content.

Role A has no restrictions and can see the complete LinkDB content.

Role B cannot see the LinkDB content of a certain table row, because it does not meet the condition, because the value of ACTIVE_STATE is '0' (locked).

Role B cannot see the LinkDB content of a certain table row, because it does not meet the condition, because the value of ACTIVE_STATE is '0' (locked).