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 …
Salesforce
- APEXInterview Questions and AnswersSalesforceSALESFORCESalesforce CustomizationSalesforce Interview QuestionsSalesforce.comTechnical Interview Questions and Answers
- 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 …
- APEXInterview Questions and AnswersSalesforceSALESFORCESalesforce Interview QuestionsTechnical Interview Questions and Answers
What is the Difference Between Rendered, Rerender, RenderAs in Visualforce page
What is the Difference Between Rendered, Rerender, RenderAs in Visualforce page? Rendered it is used to show and hide elements works like css in general we can say display properties …
- APEXInterview Questions and AnswersSalesforceSALESFORCESalesforce Interview QuestionsTechnical Interview Questions and Answers
How to follow entities (Accounts, Contact, Opportunities, Custom Objects) in Chatter?
How to follow entities (Accounts, Contact, Opportunities, Custom Objects) in Chatter? By Adding records to the ‘EntitySubscription‘ object. This object is available only through the API. EntitySubscription Objects stores which …
- APEXInterview Questions and AnswersSALESFORCESalesforceSalesforce Interview QuestionsTechnical Interview Questions and Answers
What is an “upsert” DML statement in Salesforce?
What is an “upsert” DML statement in Salesforce? DML stands for Data Manipulation Language. UPSERT is a one of the DML operation. When a record is upserted (ex: upsert account/contact …