cancel
Showing results for 
Search instead for 
Did you mean: 

Script to calculate 3rd Monday of the Month

Soumya_Metta
Champ in-the-making
Champ in-the-making

We have a request to send reminder notification to the users on the 3rd Monday of every month. Here we need to consider the year, Month and Date as these change.  Could anybody share or suggest me on this? We are on OnBase Version 12.0.1.

Any help is appreciated. Thanks

1 REPLY 1

Tharon_Rivera
Star Collaborator
Star Collaborator

If you are talking about a workflow notification, you could just run a timer on Mondays and use the Set Property to Expression action to get the day using Format(Now();"dd").  Then use a rule to check the property for the values (15-21) corresponding to a range of the possible values for a third Monday.  If true, then use the send notification action.