Reputation: 63
I need to create a rule. I have this precondition:
if
the dateOfBirth of Input is before <current_date> - 18 years
and the firstTreatmentDate of Input is before <current_date>
then
Upvotes: 0
Views: 29
Reputation: 63
In the IBM ODM Cloud, it is not possible to use the current date. If you want to use it, you should pass it in a request
Upvotes: 0