Hello,
I have started developing an application in outsystem. As per requirement of application i need to trigger a mail on periodic basis to user registered in application . Is there any tool or widget in outsystem help me to meet the requirement?
Thanks,
Nilam Patil
Hello Nilam,
You can use a Timer for your requirement. You can check it in your Processes Tab in Service Studio:
Right click on Timers folder -> Add Timer
A Timer will allow you to run (asynchronously) some logic from time to time. You can configure when the timer should run and schedule it according to your needs :)
Timers are useful to execute batch tasks like sending emails at a predetermined time, or to execute logic to configure an application after its deployment.
Please refer to this documentation:
https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Timers
https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Timers/Create_and_Run_Timers
Hope that this helps you!
Kind regards,
Rui Barradas
Rui Barradas wrote:
On top of this If you want to start this process for UI . you can use wake timer action in your screen.
Best Regards,
Rama
Thanks for quick reply . I will check with the solution
Nilam
Hi Nilam,
Best way to implement this is process.
https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Processes_(BPT)/Processes
Hope it works.
Samiksha
Thanks for reply.