In Decision Table
- How to find unreachable conditions? while creating Decision Table Itself
- How to make unreachable conditions Run?
In Decision Table
Hi @NagarjunaS16644648: Please check this.
Thanks.
@NagarjunaS16644648 Hi
Your decision table is designed in such a way that if a value comes as 15 in creationdate column then the first two rows satisfies the condition, so you have to design the table in such a way that you provide a range for the creation date. for e.g. your first row should be >7 and <14 second row should be >14 and <21 and like wise.