332
Views
2
Comments
Solved
how to make a trigger?
Question

hi everyone,

I'm new at this, so please help.

I have a Room entity, with a Status attribute, which holds the status of the room. 

I want to create a trigger which sets of at 2AM daily and changes the status of the room from clean to dirty

thx

2019-05-22 11-30-09
Marcelo Ferreira
Solution

Hi Alex,

you need to use timers for that. check this document.

Regards,

Marcelo

2025-09-25 22-50-38
Hanno

Marcelo is correct. A timer is what you are after.

The only triggers available in OutSystems are when you insert or update a record in an entity, it can trigger an action. To achieve this, you need to set the Expose Process Events property on the Entity to true.

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