International Maps
- Define a link for accounts with the following attributes.Display Type─Detail Page LinkBehavior─Display in new windowContent Source─URLUse the following sample code.{! IF(Sample.BillingCountry = "US", "http://maps.google.com/maps?q="&Sample.BillingStreet&"+"&Sample.BillingCity&"+"&Sample.BillingState&"+"&Sample.BillingCountry, (IF(Sample.BillingCountry = "UK", "http://maps.google.co.uk/maps?q="&Sample.BillingStreet&"+"&Sample.BillingCity&"+"&Sample.BillingCountry, "http://maps.google.com"))) }
- Display Type─Detail Page Link
- Behavior─Display in new window
- Content Source─URL
- Use the following sample code.{! IF(Sample.BillingCountry = "US", "http://maps.google.com/maps?q="&Sample.BillingStreet&"+"&Sample.BillingCity&"+"&Sample.BillingState&"+"&Sample.BillingCountry, (IF(Sample.BillingCountry = "UK", "http://maps.google.co.uk/maps?q="&Sample.BillingStreet&"+"&Sample.BillingCity&"+"&Sample.BillingCountry, "http://maps.google.com"))) }
- Add the link to your account page layout.