How to display Location part of Address field type
Is there any way to display Geolocation part of Address field type in edit or display mode?
Is there any way to display Geolocation part of Address field type in edit or display mode?
I’m new to SalesForce and I’m working on an app that requires me to calculate distance between two given addresses.
I’m wanting to use the BillingLatitude and BillingLongitude fields attached to my Account object in a workflow rule, but I can’t seem to get them to work. I pulled an export via Data Loader of the fields, and they all seem to be blank.
Original Question
I was reading this question here:
I am writing a site that basically looks for places within a 25 mile radius of a lat and long using php and mysql.
Before asking for specific code examples, I just wanted to ask whether it is possible to make a query something like this pseudo code:
I get a list of suburbs within a specified distance from a single location using Queries A.
I run a geolocation-based social network. Members can see other members based on how close they are.
I have a DB Schema like this (from this tutorial by Google) –