Hii I have requirement to trigger PM on 15th business day of each month so,
( workday( date(year(ri!date), month(ri!date), 1), 13, { null() } ))
By this expression i'm getting 15th working day of month bt as we have timer event and in that monthly time recurrence will ask for On Days
So How we can do that ?
Discussion posts and replies are publicly visible
For such rules, a typical solution is to run that model every day. Add a XOR node as the first node to check whether it is the correct day.