APICS Certified Supply Chain Professional (CSCP) — Question 329

A company uses Microsoft Dataverse rollup fields to calculate insurance exposure and risk profiles for customers.

Users report that the system does not update values for the rollup fields when new insurance policies are written.

You need to recalculate the value of the rollup fields immediately after a policy is created.

What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because creating a plug-in that uses the CalculateRollupFieldRequest method allows for immediate recalculation of the rollup fields as soon as a policy is created. Options A and C suggest creating new fields instead of recalculating existing rollup fields, while option B does not provide a way to trigger an immediate update after the record creation.