I have an agent that periodically sends out messages reminding various people to do things and setting up a document where they can put some related data. What I’d like is for this agent to run quarterly. Once upon a time, if I recall correctly, you could schedule a Notes agent to do exactly that. At the moment, though, it looks like monthly is the closest that Designer will let me get.
Now, I can think of several ways to have the agent run more frequently but check on some data and determine if another quarter has gone by before it actually does anything. However, that strikes me as both a potentially error-prone batch of code to write and mantain and a potential obstacle to quickly rerunning the agent manually in case something goes wrong. Is there a quick, easy way of putting an agent on a quarterly schedule with 6.0.3, or am I going to have to write some more code?