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