How to reopen a case automatically when a new email is received(using Process Definitions)?

Hi,

I'm using Sugar 8.0.3 Enterprise, how can i re-open an existing  closed case(Status: Closed) when a new email imported via email to case functionality has the matching Case Number[Case Macro]  on the subject ?

I note that Emails is not a module that can be configured for the Process Definitions(SugarBPM) in Sugar 8x , however it is on Sugar 10x


Regards,

Vijay

Parents
  • Personally,

    We did a logic hook in the Emails module which triggers when an email is related to a Case.

    We do a lot more than what's below, check for inbound vs outbound, check if it was from an email in our domain or not, check which department it's assigned to (tech support vs info vs documentation feedback etc...), verify that it was not closed as Spam etc... but I boiled it down to basics below, you can add your own logic to it.

    FrancescaS

Reply
  • Personally,

    We did a logic hook in the Emails module which triggers when an email is related to a Case.

    We do a lot more than what's below, check for inbound vs outbound, check if it was from an email in our domain or not, check which department it's assigned to (tech support vs info vs documentation feedback etc...), verify that it was not closed as Spam etc... but I boiled it down to basics below, you can add your own logic to it.

    FrancescaS

Children
No Data