
How to overcome this situtation
2 respostas
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.