You need to sign in to do that
Don't have an account?

Get Url for a specific ID
Hi,
I am a newbie to Salesforce. Can anybody suggest a way to retrieve the URL specific to an ID? Say, i create an instance of an ccount which now gets associated to a URL. Is there an API or any other method that can give me this URL? Thank You.
I am a newbie to Salesforce. Can anybody suggest a way to retrieve the URL specific to an ID? Say, i create an instance of an ccount which now gets associated to a URL. Is there an API or any other method that can give me this URL? Thank You.
see the url* properties of the describeSObject results, they have the patterns that'll let you go from an Id to the various URLs

Got it to work with getUrlDetail. Thanks for this.