Unlisted Groups in Salesforce.com
Unlisted Group: Setup --> Chatter --> Settings --> Edit --> Enable Unlisted Groups. Unlisted groups are similar to private groups in that only members can view an unlisted group’s feed ....
Unlisted Group: Setup --> Chatter --> Settings --> Edit --> Enable Unlisted Groups. Unlisted groups are similar to private groups in that only members can view an unlisted group’s feed ....
Communities: The Community Engagement Console is now called Community Management, also referred to as the Community Management Page. Edit button is changed to drop down with Administration Settings and Community ....
1. Future methods, SOQL and DML:Avoid writing Future methods, SOQL and DML inside the "For" loop. 2. Bulkify the trigger: Start developing the logic for bulk of records getting inserted ....
The Email Notification can be turned off or the level can be changed using the below steps 1. From Setup, click Email Administration --> Deliverability. 2. ....
Salesforce Tooling API’s SOQL capabilities for many metadata types allow us to retrieve metadata using queries. Enable "Use Tooling API" to query setup objects in Developer console in Salesforce. Please check ....
World’s largest enterprise cloud computing company enters $38 billion analytics market with the launch of its sixth cloud in the Salesforce Customer Success Platform. Wave is the first cloud analytics ....
Use IF() to use Checkbox field in Formula(Text) in Salesforce. Example: IF(checkbox field, 'True', 'False') Cheers!!!
The Email Notification can be turned off or the level can be changed using the below steps 1. Go to Salesforce Setup. 2. Select Email Administration --> Deliverability. 3. Set ....
1. Execute the below Query in https://workbench.developerforce.com. Query: SELECT sObjectType, DeveloperName FROM RecordType 2. Copy the result in an excel file. 3. Use Concatenate excel function to create like below <members>sObjectType.DeveloperName</members> 4. ....
1. Execute the below Query in https://workbench.developerforce.com. Query: SELECT sObjectType, DeveloperName FROM RecordType 2. Copy the result in an excel file. 3. Use Concatenate excel function to create like below <members>sObjectType.DeveloperName</members> ....