function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
subbu.flex9@gmail.comsubbu.flex9@gmail.com 

what is Relation between case and Solutions ?

what is Relation between case and Solutions ? 

thank u.

 

 

Satish_SFDCSatish_SFDC
Case is not directly related to solution. There is an intermediary object called 'CaseSolution' which references both Case object and the Solution object.
There are three fields in this 'CaseSolution' object.
ID
CaseID
SolutionID

This ensures that each case can have multiple solutions and each solution can be attached to multiple cases.

Hope this helps.

Regards,
Satish Kumar
Please mark my answer as a solution if it was helpful so it is available to others as a proper solution.
If you felt I went above and beyond, please give me Kudos by clicking on the star icon.
souvik9086souvik9086
CaseSolution is the junction object between Case and Solution as it has many to many relationship between the two. So they are related through this JO.
subbu.flex9@gmail.comsubbu.flex9@gmail.com
so case and solution is many to many relation, but i want to know which object have master details , in standard object , let me know ple ,,......................thank u