Hi Duncan,
The standard lookup tables are the closest thing to what you're looking for but as you noted, they don't support reverse lookups. I think you will need something custom for this. The easiest solution is probably to implement a reverse lookup for existing lookup tables. If you implement a new classmethod to do this in a class that extends Ens.Rule.FunctionSet, then that classmethod will be available to DTLs.
-Brendan
- Log in to post comments