Exam PDI Topic 1 Question 16 Discussion
Actual exam question for Salesforce's PDI exam
Question #: 16
Topic #: 1
Question #: 16
Topic #: 1
Universal Containers (UC) uses out-of-the-box order management, that has a Master-Detail relationship between Order and Order Line Item.
UC stores the availability date on each Order Line Item and Orders are only shipped when all of the Order Line Items are available.
Which method should be used to calculate the estimated ship date for an Order?
UC stores the availability date on each Order Line Item and Orders are only shipped when all of the Order Line Items are available.
Which method should be used to calculate the estimated ship date for an Order?
Suggested Answer: D Vote an answer
* Roll-Up Summary Field:
* Since the relationship between Order and Order Line Item is aMaster-Detail, a Roll-Up Summary field can be used on the Order object.
* The MAX function in a Roll-Up Summary field calculates the latest date (the maximum value) among all the availability dates on the Order Line Items.
* Why MAX Roll-Up Summary Field Works:
* The latest availability date among the Order Line Items will determine when the entire Order can be shipped.
* Why Not Other Options?
* AandB: There is no such formula called "LATEST" or "CEILING" applicable to date fields.
* C: A COUNT Roll-Up Summary is irrelevant for calculating dates.
References:Roll-Up Summary Fields:https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/roll_up_summary_fields.htm
* Since the relationship between Order and Order Line Item is aMaster-Detail, a Roll-Up Summary field can be used on the Order object.
* The MAX function in a Roll-Up Summary field calculates the latest date (the maximum value) among all the availability dates on the Order Line Items.
* Why MAX Roll-Up Summary Field Works:
* The latest availability date among the Order Line Items will determine when the entire Order can be shipped.
* Why Not Other Options?
* AandB: There is no such formula called "LATEST" or "CEILING" applicable to date fields.
* C: A COUNT Roll-Up Summary is irrelevant for calculating dates.
References:Roll-Up Summary Fields:https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/roll_up_summary_fields.htm
by Doreen at Aug 21, 2025, 06:44 AM
Contact Us
If you have any question please leave me your email address, we will reply and send email to you in 12 hours.
Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday
Support: Contact now
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).