- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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.