How to publish the Community?
1. Go to All Communities. 2. Click Manage link under which Community you want to publish. 3. Select Go to Community Builder. 5. Click "Publish" button.
1. Go to All Communities. 2. Click Manage link under which Community you want to publish. 3. Select Go to Community Builder. 5. Click "Publish" button.
Sample code: SchedulerClass obj = new SchedulerClass(); obj.execute(null); Cheers!!!
1. Go to Matching Rules. 2. Click New, select the object, Enter the Details and Save the rule. 3. Activate the Matching Rule. 4. Go to Duplicate Rules. 5. Create ....
Apex Class: public class LightningController { @AuraEnabled public static Map < String, String > fetchMapData() { Map < String, String > mapCustomer ....
Remote Site Settings: Sample code: Map < String, String > mapCustomer = new Map < String, String >(); String endpoint = 'http://www.thomas-bayer.com/sqlrest/CUSTOMER/1/'; HTTP h = new HTTP(); HTTPRequest req = ....
If you face System.CalloutException: Method can not be null issue, make sure you are using POST Or GET Or PUT in your request suing setMethod(). HTTPRequest req = new HTTPRequest(); ....
1. Right click the project and select Share Project. 2. Select Team Foundation Server. 3. Select the server. 4. Select the Location. 5. Click "Finish". 6. Check In the components ....
If Team --> Share Project is disabled, open the project. Right Click the project in the Project Explorer and click "Open Project" to open the project and avoiding Share Project option ....
To know the features that are not available for external objects in Salesforce, check the below link https://help.salesforce.com/HTViewHelpDoc?id=platform_connect_considerations_compatibility.htm Cheers!!!
1. Go to Matching Rules. 2. Activate the standard rules. 3. Go to "Duplicate Rules". 4. Click New and select the object. I have selected Account for this example. 5. ....