How does one read an external table to obtain the data requi

Posted by WBSupport on 16-Jul-2013 04:47

I would like to read an external table from within the corticon rulesheet inorder to extract data back and use this as the reference data to which the attribute is compared.

For example:

1

MyAttribute                                        {A,B,C}

myNewAttribute                                     'Z'

So I want to use a method of obtaining {A,B.C} dynamically from an external table so it is able to be easily updated.

Please let me know if there is a way to do this and if so how I would do this?

If not please let me know that too, thanks.

All Replies

Posted by emoore on 07-Oct-2013 14:47

Assuming that you are using EDC.  You can create a database persistent entity linked to the external table.

This entity could be used to test if the attribute is in the table.

This thread is closed