In version 1 we use a rich text field to show the following a button with a unique path for that record. The formula field is:
HYPERLINK(“http://www.xxx.com/find/?action=propertydetails&query=”; & Street_Address__c &" “& Text(Street_Secondary_Unit__c) &” “& Street_Secondary_Unit_Number__c &” “& Zip_Postal__r.City__r.City__c &” “& Zip_Postal__r.State__r.State_Name__c &” “& Zip_Postal__r.Zip_Codes__c , IMAGE(”https://dorothy.com/Images/SalesForce/RPR_Logo_Only 16x14.png", “Map” , 16,14) , “MWSalesForce_single”)
How do we do this in v2?