sheno
June 14, 2018, 9:38am
#1
dears
in Support module there is ISSUE form
when customer create an issue from customer portal
we got that issue
so the technical support will open that ticket and reseponce
But what if there is no one answer that Ticket?
i need an email to the Supervisor to remind him if there is no any body responce to the Ticket during 30 minute from its created time
This can be tackled by email alert
.
https://erpnext.org/docs/user/manual/en/setting-up/email/email-alerts.html
You will have to select “Custom” event type and specify the condition (send email after 30 mins if status is still open).
1 Like
sheno
June 15, 2018, 7:42am
#3
Thx dear
But what should i type in the condition beside doc.status==“Open”
to let them send after 30 minute ?
sheno
June 15, 2018, 6:39pm
#4
can i use the issue_released
But how i say
doc.issue_released==doc.issue_released+30
sheno
June 28, 2018, 9:52am
#6
dears any view or guide ?
Can you create a new Github issue for this?
The current alert system won’t allow you such granular control over the condition field this easily.
1 Like
sheno
July 8, 2018, 1:01pm
#9
sheno:
in Support module there is ISSUE form
when customer create an issue from customer portal
we got that issue
so the technical support will open that ticket and reseponce
But what if there is no one answer that Ticket?
i need an email to the Supervisor to remind him if there is no any body responce to the Ticket during 30 minute from its created time
https://github.com/frappe/erpnext/issues/14841