How can I get current salesforce org Id to check details about my org.
Answer
String OrgId = UserInfo.getOrganizationId();
System.debug('OrgId: '+OrgId);
How can I get current salesforce org Id to check details about my org.
String OrgId = UserInfo.getOrganizationId();
System.debug('OrgId: '+OrgId);