RE: Showing case record in old UI when I open from email case link
Hi Babu Babu,
Thank you for your query.
This is currently the expected behavior but we do have a workaround for it.
Cause:
Workflows generates legacy webclient url , the legacy webclient url does not contain appid information eventually routing user to the default app module.
Resolution:
We can create a custom workflow activity to append appid to record url which will route user to the required app.
1. Create a custom workflow activity which accepts two input arguments i.e. Record URL , AppId.
2. Accept the two input parameters , create output parameter by appending AppId to Record URL.
3. The output argument of the custom workflow activity can now be used in subsequent steps.
4. Since url created in output argument contains app module related information user will now be routed to the required app module (based on the appid present in the url).
If my reply answers your question - take a minute and verify that my reply is an answer clicking "Yes" under message "Did this answer your question?" near my reply.