developerWorks  >  Lotus  >  Forums & community  >  Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum

developerWorks




Allow user to set the frequency of reminder agent
Yong Kheng Foo 03/07/2012 04:09 AM
Domino Designer All Releases Windows XP


Dear all expert,

I had created a form where creator can select the reminder frequesncy such as minutes and days. I have created an agent with below formula:

SELECT @All;

@If(level="2";@If(@Adjust(zDate ;0;0;zReminderday;0;zRemindermin;0);@MailSend(zMembers;zOwner;"";"Reminder - Testing Customized Reminder";"";"Testing";[IncludeDoclink])
;"")
;"")

I scheduled this reminder to run more than once a day with interval of 5 min with target to "All document in database".

But it never send out anything.

Kindly please advice.

Thank You.

Go back