Business Days

Certified Associate Developer

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