Hi, search in the documentation how to create and integrate a ValueProvider or ValueInfo probably in the section of "Rule Authoring Extensions". You can take the sample that I sent as reference. Just look into the Java class StateCityValueProvider, at the end this is an implementation of the inteface IlrAbstractValueProvider. You can implement in Java as you want. You can use JDBC code to access data in any table. If you want you can make a query, but you will make you BR editor dependent on the availability of the DB because the query is done in-line during the Rule edition.
There is another option as in this other sample: https://www.ibm.com/docs/en/odm/8.10?topic=extensions-data-sources-bom-domains I personally think this is a better and more escalable option. It
requires synchronization and the values deleted in the DB are marked as obsolete.
You can later search for all the rules using obsolete values and remediate. The problem maybe the number of items in the domain. I cannot tell you the limit but I have used with pretty large domains and the product can take it. Give it a try.
#OperationalDecisionManager(ODM)#Support#SupportMigration