[SalesForce] How to redirect links in email template to salesforce1 app

With the new salesforce1 app which looks cool, i am currently not able to click a record link and open the record in salesforce1. I am using Ipad and set all the salesforce1 setting from the salesforce1 documentation:
"For the mobile browser app, from Setup, click Mobile Administration > Salesforce1. Select
Enable the Salesforce mobile browser app to turn on automatic redirection to
the mobile browser app whenever a user logs into Salesforce using a supported mobile browser."

But when i click a link its still going into the safari browser and not the Salesforce1 app. Is there something missing? thanks a lot.

Best Answer

I was having the issue where the Detail Link in the email template was just taking me to the contact summary on SF1. In using the link from RichClark it worked for me. I just changed it to point to the contact detail page like this...

com.salesforce.salesforce1://entity/view?entityId={!Contact.Id}
Related Topic