How to hide the default account team option from user details section in Salesforce?
1. Go to Setup --> Accounts --> Account Teams. 2. Click "Disable Account Teams". 3. Deselect the Account Teams Enabled check box and click "Save" button. Cheers!!!
1. Go to Setup --> Accounts --> Account Teams. 2. Click "Disable Account Teams". 3. Deselect the Account Teams Enabled check box and click "Save" button. Cheers!!!
1. Give Namespace to your Salesforce organization. For giving Namespace, follow the below link https://www.infallibletechie.com/2015/05/whats-namespace-in-salesforce.html 2. Go to Setup --> Develop --> Lightning Components. 3. Enable Lightning Components. Cheers!!!
Namespace is 1-15 character alpha numeric Id. Note: Namespace should be globally unique across all the Salesforce.com organizations. Follow the below step to set Namespace 1. Go to Setup --> ....
1. Component Framework for developing mobile and web applications. 2. Built on Aura framework(open source). 3. Combines CSS, HTML, JavaScript and Force.com. Why Salesforce Lightning? 1. Native to the Force.com ....
1. Is it possible to do approve bulk records by email in SFDC? By Standard Salesforce email approval will not allow this. Using Inbound Email services, this feature can be ....
The Lightning component framework allows you to build dynamic mobile and web applications on the Salesforce1 platform. In this course, learn how to create and use basic Lightning Components using ....
1. Create a field on Case object with Case_Assigned_Date_Time__c API name. 2. Create a trigger with below code: trigger CaseTrigger on Case (before insert, before update) { for(Case c ....
1. Token is light weight reference to an sObject or a field. 2. Equality Operator(==) is used for comparison. 3. getDescribe() is used to get results. Schema.sObjectType - sObject Token ....
Right Click the class --> Force.com -> Run Tests. Cheers!!!
Once an account, contact, or lead is linked to a social network profile, you and everyone else in your organization can access current social data without having to log in ....