Click here to Skip to main content
15,887,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I implemented some rules like;

- Check the id if it is in convenient date, then add related group for example aaaa
- In action rule check that if item is in related group add message or remove message

But i think it is not convenient for rule engine to use some tables to add new groups and check that groups in action rule than adding some values.

As I saw here i need to use some lookup tables. But my idea is that I don't want to use database to implement that conditions.

Is there anyway to use decision tables as lookup tables or should i use database for that implementation. Or is there anyway to accomplish that problem?

Thanks for your help.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900