Dear all expert,
I had developed an application which I try to allow user to select the frequency of the reminder to be send. Is there any idea on how to do this? I try to use formula like:
@If(@Adjust(accessed;0;0;0;0;@ToNumber(zReminder);0) >=@Now;@MailSend(zOwner;“”;“”;“Testing Reminder”;“”;“”;[IncludeDoclink]);“”)
then i schedule this agent to run every 15min. But it will send out thereminder every 15min even the zReminder field is equal to 60min.
Any advice? I would like the agent to run according to my formula and not according to the schedule i made in the agent properties.
Thank You.