How to explain salesforce to your grandmother

What does Salesforce do? Salesforce is a cloud computing company which provides various software solutions and a platform for users and developers to develop and distribute custom software. Why do we have to run campaigns in Salesforce? Salesforce is all about customers, means increasing your company’s number of sales (applying force to your sales). Any … Read more

How to execute trigger in salesforce

Implementing the Triggers in Salesforce Upsert triggers fire each before and once insert or before and after update triggers as applicable. Merge triggers fire each before and after delete for the losing records, and both before and after update triggers for the winning record. The following steps show the different types of triggers you can … Read more

How to execute batch apex in salesforce

To use batch Apex, write an Apex class that implements the Salesforce-provided interface Database.Batchable and then invoke the class programmatically. To monitor or stop the execution of the batch Apex job, from Setup, enter Apex Jobs in the Quick Find box, then select Apex Jobs. Full Answer How to set and list methods in Salesforce … Read more

How to enter quotas in salesforce

Enable Quota Navigate to Setup | Customize | Forecasts | Settings, enable Show Quotas and click Save button. Set User Quota Until Winter ’15 release, there are no manual to load or set quota to user manually from Salesforce website, You have two option: Use Data Loader … Forecasts with Quota Enable Quotas in Salesforce … Read more

How to encrypt fields in salesforce

How do I encrypt a field in Salesforce? From the management settings for the object, go to Fields. In the Custom Fields & Relationships section, create a field or edit an existing one. Select Encrypted. All new data entered in this field is encrypted. By default, data is encrypted using a probabilistic encryption scheme. Click … Read more

How to enable tls 1.1 in salesforce

In Salesforce, navigate to Setup –> Critical Updates You’ll see an option to enable or disable the enforcement of TLS1.1 or higher. See the Critical Updates page screenshot below: From Setup, enter Deliverability in the Quick Find box, and then select Deliverability. In the Transport Layer Security (TLS) (Emails from Salesforce or Email Relay Only) … Read more

How to enable tableau crm in salesforce

Enable Tableau CRM From Setup, enter Getting Started in the Quick Find box, and then select Getting Started under Analytics. Click Enable Tableau CRM. Enter Settings in the Quick Find box, and then select Settings under Analytics. Select Open Salesforce records in new browser tabs. Click Save. Go to Salesforce Setup and enter Analytics in … Read more

How to enable surveys in salesforce

How to enable Salesforce Surveys Select Setup Enter Survey in the Quick Find search Select Survey Select Survey Settings Select Enable Surveys Enable Surveys From Setup, in the Quick Find box, enter Survey , then select Survey, and then click Survey Settings. Enable Surveys. … To create surveys that are accessible to people who don’t … Read more