I am calling a When rule which accepts as a parameter producttype of type text .This when rule is calling another rule (SampleWhen) which also accepts the same parameter. However I am getting a warning while saving.
Parameters cannot be directly passed to a declarative rule .Verify that the decision rule, SampleWhen, handles empty values passed in for the parameters appropriately.
can someone suggest how to fix this warning.