Differences between SOQL and SOSL in Salesforce? SOQL (Salesforce Object Query Language) Let’s you query a object in salesforce. You can have nested queries. Returns a list of sobject records. …
SALESFORCE
- APEXInterview Questions and AnswersSalesforceSALESFORCESalesforce CustomizationSalesforce Interview QuestionsSalesforce.comSOQLSOSLTechnical Interview Questions and Answers
- APEXInterview Questions and AnswersSALESFORCESalesforceSalesforce CustomizationSalesforce Interview QuestionsSalesforce.comTechnical Interview Questions and Answers
How to insert Parent and Child records in a Single DML Statement?
How to insert Parent and Child records in a Single DML Statement? It can be done with help of External Id. Use a External ID fields as foreign keys to …
- APEXInterview Questions and AnswersSalesforceSALESFORCESalesforce CustomizationTechnical Interview Questions and AnswersVisualforce
What are the different types of controllers use in a visualforce page
What are the different types of controllers use in a visualforce page There are three types: 1) Standard Controller – Let’s you access the standard functions (Save, Edit, Delete etc) …
- Interview Questions and AnswersSalesforceSALESFORCESalesforce ConfigurationSalesforce Interview QuestionsSalesforce.comTechnical Interview Questions and Answers
What is the Difference between a PROFILE and a Permission Set in Salesforce
What is the Difference between a PROFILE and a Permission Set in Salesforce Profile: – A User can have only ONE Profile. -A profile is generally used to define the …
- Interview Questions and AnswersSALESFORCESalesforceSalesforce ConfigurationTechnical Interview Questions and Answers
When you can’t add the time-dependent workflow rule actions in salesforce
When you can’t add the time-dependent workflow rule actions in salesforce? time-dependent actions is not possible in salesforce, when the evaluation criteria is set as like below: Evaluate the rule …
-
We can migrate the salesforce metadata using the below Tools: 1) Change Sets 2) Force.com IDE 3) ANT Migration Toolkit Some more details: Introduction to Force.com Metadata – https://developer.salesforce.com/page/An_Introduction_to_Force.com_Metadata Force.com …
- Interview Questions and AnswersSalesforceSALESFORCESalesforce Interview QuestionsSOQLTechnical Interview Questions and Answers
How to find the distinct values of a particular field in a SObject using SOQL Query?
How to find the distinct values of a particular field in a SObject using SOQL Query? Its possible by using the GROUP BY Clause in an SOQL Query. For example: …
- Interview Questions and AnswersSalesforceSALESFORCESalesforce Interview QuestionsSOQLSOSLTechnical Interview Questions and Answers
What are Dynamic Queries in SALESFORCE
What are Dynamic Queries in SALESFORCE? A dynamic query is a SOQL or SOSL query which can be constructed and executed at runtime. It is the process of constructing the …
- APEXInterview Questions and AnswersSalesforceSALESFORCESalesforce Interview QuestionsTechnical Interview Questions and Answers
Salesforce Interview Questions for Cognizant
Salesforce Interview Questions for Cognizant 1) What is the advantage of using custom settings? 2) For which criteria in workflow “time dependent workflow action” cannot be created? 3) What are …
-
Setup Audit fields and Update Records feature in Salesforce Winter 16 release What is Audit fields feature? This feature allow us to migrate created date, last modified date, created by …