Avatar

Correct answer by
Level 4

Hi salvdangelo​,

It's possible to do that with this steps:

- Creation of a relation table between the Operators and the Enumeration Values tables (N-N), this table will contains the operatorId and the enumValueId (same principle than between the recipients and the recipients lists).

- Linking the Operators and the Enumeration Values tables with the new relation table.

- Adding a "sysFilter" in the input defined in the input form:

<sysFilter>

     <condition expr="[enumValueOperatorRel/@operator-id] = $(@operator-id)"/>

</sysFilter>

Best Regards.

Geoffrey.

View solution in original post