The app builder at Ursa Major Solar created a master-detail relationship between a parent object Galaxy_c and child object star_ What is the effect of creating this type of relationship if users want to report on Galaxy_c with star_c?
A.
A Star_c report type with Galaxy_cas a field will be automatically create
B.
A new custom report type will need to be created for Galaxy_c with Star_
C.
A Galaxy_c with Star_c report type will be automatically create
D.
A new custom report type will need to be created for Staz_c with lookup fields from Galaxy
The correct answer is C. A Galaxy__c with Star__c report type will be automatically created.
When a master-detail relationship is created between a parent custom object and a child custom object, Salesforce can automatically generate a standard report type for the parent object with the child object, such as Galaxy__c with Star__c, assuming reporting is enabled for the objects. Salesforce documentation confirms that standard report types are created in certain object relationship scenarios, including lookup and master-detail relationships.
Why the other options are incorrect:
A is incorrect because the report type is based on the parent with child, not the child object with the parent merely as a field.
B is incorrect because a custom report type is not required for this basic master-detail reporting scenario.
D is incorrect because the report type is not created as Star__c with lookup fields from Galaxy__c.
===========
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit