Skip to main content
Customer use to send email to the routing address and case is getting created, when customer reply to the same email thread to their internal users and move routing address to CC, but here in salesforce a duplicate case is getting created.

 

How to overcome this situtation 
2 respostas
  1. 28 de mar. de 2019, 12:25

    Hi Manoj,

     

    Unfortunately salesforce is yet to provide duplicate management functionality on Case Object. 

     

    https://success.salesforce.com/ideaView?id=0873A000000E6jcQAC

     

    You can try via APEX route in the after insert Trigger block by comparing the subject and the contact, but this might block different cases from the same contact having same subject line.

     

    As an alternative recommendation you can ask the business team to link such similar cases back to the parent case to avoid further user time spent on similar cases.
0/9000