I'm trying to figure out how to use the addDays() function within rules. The reason for this is I require a different number of days to be added depending on the result of another field.
I have a StartDate, CompletionDate, RenewalPeriod and RenewalDate field.
I need the RenewalDate to have a different number of days added based on the result in RenewalPeriod.
If RenewalPeriod says Annual, the addDays rule should be addDays(CompletionDate, 365)
Renewl Period is Bi-Annual, the add Days rule should be addDays(CompletionDate, 730)
etc.
However, when I enter this information into the rules, I get no response in the field. Anyone have any ideas?
Thanks