Hi,
how we can send the case id to user via send email smart service and if user click the case id from mail then it should re-direct to case summary.
could you please suggest the possibility's.
thanks in advance!
Discussion posts and replies are publicly visible
Hi suresh ,I have a possible solution where you can send the Case Link using ID.Configure Email Smart Service with the following expression:
a!urlForRecord(recordType: <Your_Record_Type>, identifier: < Case_ID >, targetLocation: "TEMPO")