How can I trigger work flow based on date filed on CASE module

Hi every one,
I am using SuiteCRM ,It is very nice ,In this is one I have configured email setting and I successfully sending mails ,
Mostly I am using Case module here ,when I create new Case I have to send mail ,for that I have created “workflow” , In that workflow conditions are like when “priorty” is “heigh” and “state” is "open " mail has to go .

This all works I have done successfully .I am able to send the mail when I create Case .

But here I got one challage that is if I create “case” name called “TestCase” with “priorty” is “Heigh” and “state” is “Open” , after 120 min same case(TestCase) with “priorty” is “Heigh” and “state” is “Open” ,I have to send mail again to higher authority.

This we can call it as mail escalation .

Can any one help on it plz ?

Thanks
Sandeep

Hey there,

Have you found some Workflow conditions to suit this?


If I have understood your post correctly, I believe the following would suffice:

The conditions here would mean that;
If a High Priority & Open Case has not been modified in 2 Hours, then the Action is fired

However, if you want to send an Email 2 Hours after Case Creation every single time, you could change the “Date Modified” to “Date Created”

So, it would become:

Meaning:
If a High Priority & Open Case is created 2 hours ago, the Workflow Action is fired
(ie, send email)