Difference between revisions of "Timer Rules Behavior"
imported>Aeric |
imported>Aeric |
||
Line 19: | Line 19: | ||
#Update the record R3. | #Update the record R3. | ||
Observation: The timer rule gets triggered for the records R4 and R3. | Observation: The timer rule gets triggered for the records R4 and R3.<br> | ||
Conclusion: Timer rules are triggered for the records that you create or update post creation of the timer rule. | Conclusion: Timer rules are triggered for the records that you create or update post creation of the timer rule. | ||
=== | ===Records created post triggering of the timer rule=== | ||
#Add | #Create a timer rule. | ||
# | #Add a record R1. | ||
#After the timer rule is triggered for the record R1, add the records R2 and R3 within one hour from the trigger time. | |||
{{Note: At this point, the timer rule has triggered only for the record R1. It is yet to trigger for the records R2 and R3.}} | |||
#Update the | #Update the timer rule and set a new time. | ||
Observation: The timer rule gets triggered for the records | Observation: The timer rule gets triggered for the records R2 and R3 at the updated time set for the timer rule. <br> | ||
Conclusion: | Conclusion: When you update the time for a timer rules, it is triggered for any records that are already in queue. | ||
===Deleting the timer rule=== | |||
#Create a timer rule. | |||
#Add a record R1. | |||
#After the timer rule is triggered for the record R1, add the records R2 and R3 within one hour from the trigger time. | |||
{{Note: At this point, the timer rule has triggered only for the record R1. It is yet to trigger for the records R2 and R3.}} | |||
#Delete the timer rule | |||
Observation: The timer rule is not triggered for the records R2 and R3. <br> | |||
Conclusion: When you delete a timer rule, it is not triggered for any records that are in queue. | |||
For more information, see [[Timer Rules]] | For more information, see [[Timer Rules]] |
Revision as of 11:39, 24 January 2018
Timer rules allows you to schedule actions on a record for a specific interval. The timer rules are set such that they execute before or after the set date and time in a record.
The following section provides details on some possible scenarios to showcase the timer rule behavior:
Record created after adding a timer rule
- Add records R1, R2, and R3.
- Update R1 and R2.
- Add a Timer Rule. The criteria of the timer rules remain the same for all three records.
- Add another record R4.
Observation: The timer rule gets triggered only for the record R4.
Conclusion: Timer rules are triggered only for the records that you create post creation of the timer rule.
Record created or updated after adding a timer rule
- Add records R1, R2, and R3.
- Update R1 and R2.
- Add a Timer Rule. The criteria of the timer rules remain the same for all three records.
- Add another record R4.
- Update the record R3.
Observation: The timer rule gets triggered for the records R4 and R3.
Conclusion: Timer rules are triggered for the records that you create or update post creation of the timer rule.
Records created post triggering of the timer rule
- Create a timer rule.
- Add a record R1.
- After the timer rule is triggered for the record R1, add the records R2 and R3 within one hour from the trigger time.
- Update the timer rule and set a new time.
Observation: The timer rule gets triggered for the records R2 and R3 at the updated time set for the timer rule.
Conclusion: When you update the time for a timer rules, it is triggered for any records that are already in queue.
Deleting the timer rule
- Create a timer rule.
- Add a record R1.
- After the timer rule is triggered for the record R1, add the records R2 and R3 within one hour from the trigger time.
- Delete the timer rule
Observation: The timer rule is not triggered for the records R2 and R3.
Conclusion: When you delete a timer rule, it is not triggered for any records that are in queue.
For more information, see Timer Rules