Limiting Datagrid & Reference Selectors To Exclude Specialization

0
Hi there, I have an entity “Issue” that has specializations, such as “MachineIssue”. In certain instances, I only want the user to view (in a datagrid) or select (in a reference selector) “Issue” and not any of its specializations. How can I achieve that?  Thanks in advance!
asked
1 answers
0

Hi Nico,

I think you have two options to achieve this:

  1. On the issue entitiy set a boolean specifying if this is a machine issue. Then you can just use an xPath on the data grid or the selectable objects.
  2. Use a microflow as a datasource where you create a list of all issues that are not machine issues.

 

Hope this helps!

answered