• Swapnil Kandekar
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

I would like to know in order to use this query through REST API....do we need to call salesforce support and enable it.

It was actually in pilot mode and available for Developer Edition and Sandboxes and not for Production.

What actually is pilot feature in Salesforce???

Please clarify!!!!!!

 

SELECT caseNumber, location__latitude__s, location__longitude__s FROM Case
WHERE DISTANCE(location__c, GEOLOCATION(<latitude and longitude coordinates of mobile device>), 'mi') <= 10