14
Views
3
Comments
5.Can the timer be changed in OutSystems without accessing the Service Centre?
Discussion

Can the timer be changed in OutSystems without accessing the Service Centre?

Hi, Mohd

You can manipulate timers programatically using Service Studio.

You may even create a page to display timers schedule, or even to set the schedules, for example.

These properties are available to read from timers:

This property is available to write to:

Hope this helps.

Regards

You are also able to wake up a timer from server actions:


Vitor

Hello,

If you search for 'cyclic' in the system dependencies, you will see entities with timers information in the environment:

You can modify this entity in order to customize your timers without Service Center.

You can also use the timer function "Wake_<timerName>" to activate a timer out of its schedule:

I hope this helps you :)

Best regads,

Miguel


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.