cancel
Showing results for 
Search instead for 
Did you mean: 

Data object xxxxxxxxfrom rule (pos xxxxxxxxxxx) is missing in the ruleset context

Former Member
0 Kudos

Hi All,

Urgent Help needed.

The logic I have implemented is like this

If A= 1, then execute decision table DT1 and if any of the conditions in the decision table fails then sned the error message

Else if B =1 then  execute decision table DT1 and if any of the conditions in the decision table fails then sned the error message

Else if C = 1, then  execute decision table DT1 and if any of the conditions in the decision table fails then sned the error message

Now I have created the nested rules as there is no direct provision for ELSE IF , so done it using Rules and nested rules. But now it is giving the following error as

Data object xxxxxxxxfrom rule (pos xxxxxxxxxxx) is missing in the ruleset context

Can you please advise urgently how to fix this?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

christianlechne
Active Contributor
0 Kudos

Hi

difficult to say where you lose your context (or where you did not define it appropriatly).

But another proposal: Instead of nested rules, why don't you use a CASE expression. This type of expresson is exactly what you need for your requirements

BR

Christian