Written by

Question KI Joon Keum · Apr 2, 2019

Using lookup tables in Ensemble/Routing Rule/DTL

Does anyone have experience in creating a Business Routing Rule using Exists function?

 

I've used the comma delimited 'In' function, but I would like more manageability. Entering and remove items from a look up table would be much easier to manage then changing the comma delimited string.

Messages go to error state.

Any help would be appreciated.

This is my first post, so if I am doing anything wrong please let me know.

Comments

KI Joon Keum · Apr 2, 2019

I found the solution to my problem.

The lookup table name must be in "".

0
Richard (LTS) Walker  Apr 3, 2020 to KI Joon Keum

I sure do wish it was documented some where... I looked, but couldn't find it.

Any reference to the documentation would greatly be appreciated! 

0
Jeffrey Drumm  Apr 3, 2020 to Richard (LTS) Walker

The documentation is available both in the DTL editor when you use the Exists() method in the Expression Editor for a rule:

And in the Class Reference for Ens.Rule.FunctionSet -- the Exists() Method:

The Class reference is clearer about the table argument being a quoted string.

0