Skip to main content

salesforce.describesobjectresult.urldetail

Home > @runlightyear/salesforce > DescribeSObjectResult > urlDetail

DescribeSObjectResult.urlDetail property

URL to the read-only detail page for this object. Compare with urlEdit, which is read-write. Client applications can use this URL to redirect to, or access, the Salesforce user interface for standard and custom objects. To provide flexibility and allow for future enhancements, returned urlDetail values are dynamic. To ensure that client applications are forward compatible, it is recommended that they use this capability where possible. Note that, for objects for which a stable URL is not available, this field is returned empty.

Signature:
urlDetail: string;