Salesforce Certified Platform App Builder — Question 94
Universal Containers (UC) wants to build a Recruiting app that allows for multiple Positions to appear on custom objects Websites and Postings. UC requires a report that shows the related custom objects of Postings.
Which two items should an app builder configure to implement this? (Choose two.)
Answer options
- A. Create two new Custom Report Types
- B. Configure a Postings object with Lookup field to both Positions and Websites
- C. Configure a Postings object with Master-Detail field to both Positions and Websites
- D. Utilize the Standard Report Types
Correct answer: A, C
Explanation
Creating two new Custom Report Types (option A) is necessary to define the report structure needed for the custom objects. Option C is correct because using Master-Detail relationships allows for better data integrity and reporting capabilities than Lookup fields. Options B and D do not fulfill the requirements as effectively as A and C do.