Get my org’s url using Salesforce Formula field (Text Type)

 Get my org’s url:

The $Api.Partner_Server_URL_530 variable returns the endpoint of your Salesforce org. This formula is saying “Starting from the left of the entire URL, return the characters all the way until the position of “/services”.

LEFT({!$Api.Partner_Server_URL_530},FIND("/services", {!$Api.Partner_Server_URL_530}))

Comments

Popular Post

Get the record Count of all countable Sobjects in Salesforce

Salesforce Spring 16 Release Exam (Maintenance Exam Q&A) for Developer 201 Admin

Salesforce Spring '26 Release High level points