Hi everyone,
I have a dictionary process where I assign values to specific attributes. Then I use the source containing all dictionary elements as the data source for an attribute, filtering the values based on another attribute specified on the dictionary item. These values are then available to users as a dropdown list.
However, I would like to make some of these values unavailable for certain users — in other words, specific users should not see or be able to select certain values from the dropdown.
I tried the following approach:
I created an action that grants read permissions on each dictionary item to domain users.
On the data source, I disabled the "Access to data in the context of the system account" option.
However, after doing this, users see "No matches found" instead of the available values.
Is there a recommended way to configure this so that the dropdown only displays the dictionary values that the current user is authorized to see?
Thanks in advance for any advice.