How to show Closed Status in Case Edit page?
1. Go to Support Setting. 2. Enable "Show Closed Statuses in Case Status Field".
1. Go to Support Setting. 2. Enable "Show Closed Statuses in Case Status Field".
To use Lightning components in community builder, use implements="forceCommunity:availableForAllPageTypes". Sample Code: <aura:component implements="forceCommunity:availableForAllPageTypes"> </aura:component> Cheers!!!
1. Go to File --> Import. 2. Select Team --> Projects from Team Foundation server. 3. Select the Project. 4. Select the Repository. 5. Go to Force.com Properties. 6. Enter your credentials. Cheers!!!
1. Right click the component to check in and select Check-In Pending Changes. 2. Enter the comments and click "Check-In". Note: Once the changes are committed to the Server, the ....
1. Select Version History under the component. 2. Compare or view the changes. Cheers!!!
1. Get the community URL. 2. In Apex, construct the URL as below Community URL/s/Site.com Page Name
1. Go to All Communities. 2. Click Manage link under the Community which you want to activate. 3. Under Administration, select Settings and click "Activate 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.
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 ....