function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kartik.skartik.s 

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.
SuperfellSuperfell
see the url* properties of the describeSObject results, they have the patterns that'll let you go from an Id to the various URLs
kartik.skartik.s
Got it to work with getUrlDetail. Thanks for this.