I am using IBM ILOG JRules for doing a POC and I'm new to JRules. I have a business requirement in which:
- I will have the Document Classes with their properties in a database.
In Rule Studio, I will create a Decision Table with the following condition for each role:
If Document Class is <abc> and User Role is <xyz> Then Return Properties <P1, P2,…> as editable.
- I have to find a way to integrate the Database and Decision Table so that the property value can be recognized by the Decision table .
Can anyone please provide me help as to how I can achieve it in a simple way using IRL code?