InterviewSolution
Saved Bookmarks
| 1. |
What is junction object in Salesforce? |
|
Answer» Junction OBJECTS are useful in BUILDING MANY-to-many RELATIONSHIPS between objects in Salesforce. Consider an EXAMPLE of recruiting application, where a position for a job is linked to many candidates or a candidate can apply for many other jobs. Here, a third-party object “job application” is referred to as a junction object in order to connect the data model. In the above-given example, “job application” is the junction object. Junction Object in Salesforce |
|