I have a very quick question wondering if there is a way to add a button to the top left of a contact page where you can see the contact in salesforce. I am aware of the see in salesforce in actions on the Salesforce sync card on the left column, however was wondering if there was a way to create a button in the top left for easy access for the sales team.
@trevordjones do Salesforce record URLs follow the same syntax and can the record ID in Salesforce be passed through to HubSpot via the sync, assuming that the record ID is the only thing that changes within that syntax?
For example, in HubSpot a contact record URL will always look like this: https://app.hubspot.com/contacts/PORTALID/contact/RECORDID - I'm not familiar enough with Salesforce to know whether it's similar to HubSpot in that regard. If it is, a workflow or a custom formula calculation property could be used to concatenate the record URL building blocks and display it in the left record sidebar.
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
Like I said this URL is from my dev account, so @DCrinnion would have to start with his own url, and his domain might not be the SFDC standard, since Salesforce does support custom domains.
Following your idea along, what you would do is create a custom property with the rich text data type. Then build a workflow like this to populate it:
Then you could customize the left sidebar to move this as high up on the left as possible, like this:
You just have to teach your salespeople to click the link button between the pencil and Details, rather than the text "View in Salesforce,"
This is built and tested between my SFDC Dev account and Digitopia's agency Test Portal. It definitely works.
@DCrinnion if this works for you definitely make sure you accept both Karsten's post and this one as solutions. Great thinking on his part here.
- Trevor If my post solves your problem, please accept it as a solution.
I'm afraid there is currently no funtionality that would allow you to do this in the top left. If you have access to a developer who can write the necessary code, you could potentially use a custom contact card to add this to the center column on the overview tab.
- Trevor If my post solves your problem, please accept it as a solution.
@trevordjones do Salesforce record URLs follow the same syntax and can the record ID in Salesforce be passed through to HubSpot via the sync, assuming that the record ID is the only thing that changes within that syntax?
For example, in HubSpot a contact record URL will always look like this: https://app.hubspot.com/contacts/PORTALID/contact/RECORDID - I'm not familiar enough with Salesforce to know whether it's similar to HubSpot in that regard. If it is, a workflow or a custom formula calculation property could be used to concatenate the record URL building blocks and display it in the left record sidebar.
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
Like I said this URL is from my dev account, so @DCrinnion would have to start with his own url, and his domain might not be the SFDC standard, since Salesforce does support custom domains.
Following your idea along, what you would do is create a custom property with the rich text data type. Then build a workflow like this to populate it:
Then you could customize the left sidebar to move this as high up on the left as possible, like this:
You just have to teach your salespeople to click the link button between the pencil and Details, rather than the text "View in Salesforce,"
This is built and tested between my SFDC Dev account and Digitopia's agency Test Portal. It definitely works.
@DCrinnion if this works for you definitely make sure you accept both Karsten's post and this one as solutions. Great thinking on his part here.
- Trevor If my post solves your problem, please accept it as a solution.