16
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?

2025-04-23 17-28-34
Vitor Mata

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

2025-04-23 17-28-34
Vitor Mata

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


Vitor

2024-09-17 18-14-33
Miguel Defavari da Silva

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.