Comments
-
Thanks for sharing this! I tried to create a field using your code to link to opps in SFDC and it doesn't seem to pull the SFDC id into the resulting url, here is my beast mode: CONCAT('<a href="https://xxx.salesforce.com/"',`Id`,'target="_blank">',`Name`,'</a>') Id - SFDC id field Name - opportunity name It is creating a…