• ngonzalez
  • NEWBIE
  • 25 Points
  • Member since 2011

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

I am working on a project in which I would like to do the following: query salesforce for an account id based upon some criteria, then create a url that sends the user to that account's salesforce page. However, the creation of the URL is a bit tricky because a salesforce url is constructed with the instance of salesforce in which your information sits. I am currently constructing the url by parsing the login result's server url. Is this a correct way to do it or is there a more accepted practice?