AgileApps Support Wiki Pre Release

Difference between revisions of "Timer Rules Behavior"

From AgileApps Support Wiki
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.


===Record created or updated after adding a timer rule===
===Records created post triggering of the timer rule===
#Add records R1, R2, and R3.
#Create a timer rule.
#Update R1 and R2.
#Add a record R1.
#Add a Timer Rule. The criteria of the timer rules remain the same for all three records.
#After the timer rule is triggered for the record R1, add the records R2 and R3 within one hour from the trigger time.
#Add another record R4.
{{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 record R3.
#Update the timer rule and set a new time.


Observation: The timer rule gets triggered for the records R4 and R3.  
Observation: The timer rule gets triggered for the records R2 and R3 at the updated time set for the timer rule. <br>
Conclusion: Timer rules are triggered for the records that you create or update post creation of 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.
{{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

  1. Add records R1, R2, and R3.
  2. Update R1 and R2.
  3. Add a Timer Rule. The criteria of the timer rules remain the same for all three records.
  4. 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

  1. Add records R1, R2, and R3.
  2. Update R1 and R2.
  3. Add a Timer Rule. The criteria of the timer rules remain the same for all three records.
  4. Add another record R4.
  5. 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

  1. Create a timer rule.
  2. Add a record R1.
  3. After the timer rule is triggered for the record R1, add the records R2 and R3 within one hour from the trigger time.

Template: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.

  1. 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

  1. Create a timer rule.
  2. Add a record R1.
  3. After the timer rule is triggered for the record R1, add the records R2 and R3 within one hour from the trigger time.

Template: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.

  1. 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