I have created a custom link (Detail Page Link) that submits a google maps query based on the address fields of my custom object (venue). I've added the button to the page layout of the custom object and this works as intended. I've used the following formula:
http://maps.google.com/maps?q={!Venue__c.Venue_Address__c}%20{!Venue__c.Venue_City__c}%20{!Venue__c.Venue_Post_Code__c}
I have another custom object (event) that contains a venue lookup, which works. I would also like to have a map link on the event record page for the venue. However, the same formula returns no results as it seems that nothing is being queried. The google map query returns "q=++"
Do you have any suggestions on how I might best implement this?
Thank you for taking the time to review my question.
3 answers
Thank you again, Fodi.
I was able to solve the issue by using a Formula(Text) to call the record details in question. Thank you for taking the time to help me.