I need to write following condition in when part of rule.
start_date<=end_date+3 months where start_date and end_date are fields of type Date.
Would anyone please tell me how can I do it?
I need to write following condition in when part of rule.
start_date<=end_date+3 months where start_date and end_date are fields of type Date.
Would anyone please tell me how can I do it?
Copyright © 2021 Jogjafile Inc.
First of all, it feels like a very weird rule. WHEN the
start_date
is later then or exactly three month after theend_date
THEN execute a consequence.I'm assuming
start_date
andend_date
are fields of a classFoo
, the rule will be as follows: