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
Karna_ShivaKarna_Shiva 

How to get Full URL into Apex class?

How to get Salesforce1 app URL into Apex class?

 
Waqar Hussain SFWaqar Hussain SF
String baseUrl= system.Url.getSalesforceBaseUrl().toExternalForm();