How to create a Many to Many Relationship in Salesforce Junction Object: A custom object with two master-detail relationships. Using a custom junction object, you can model a “many-to-many” relationship …
Technical Interview Quesions and Answers
- ConfigurationInterview Questions and AnswersSalesforceSALESFORCESalesforce CertificationSalesforce ConfigurationSalesforce Interview QuestionsSalesforce.comTechnical Interview Questions and Answers
- Interview Questions and AnswersSalesforceSALESFORCESalesforce CertificationSalesforce ConfigurationSalesforce Interview QuestionsTechnical Interview Questions and Answers
Who can able to DELETE a Salesforce Records?
Who can able to DELETE a Salesforce Records? The General rule is as below: – Administrator – Record Owner – Above the Record Owner (based on the organization role hierarchy) …
- APEXInterview Questions and AnswersSALESFORCESalesforceSalesforce CustomizationSalesforce Interview QuestionsSalesforce.comSOQLSOSLTechnical Interview Questions and Answers
Differences between SOQL and SOSL in Salesforce?
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. …
- 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 …
- HibernateTechnical Interview Questions and Answers
Hibernate Interview Questions and Answers For Graduates Part-2
by Sby S11.What is Query in hibernate? Query objects use SQL or Hibernate Query Language (HQL) string to retrieve data from the database and create objects. A Query instance is used to …
- HibernateTechnical Interview Questions and Answers
Hibernate Interview Questions and Answers For Graduates Part-1
by Sby S1.What is JDBC? JDBC stands for Java Database Connectivity and provides a set of Java API for accessing the relational databases from Java program. These Java APIs enables Java programs …
- C#Technical Interview Questions and Answers
C# Interview Questions and Answers For Freshers Part-1
by Sby S1.What is C#? C# is a modern, general-purpose, object-oriented programming language developed by Microsoft. C# is designed for Common Language Infrastructure (CLI), which consists of the executable code and runtime …