A developer needs to configure a calculation procedure to calculate the sum of the entire BasePrice. What is the most efficient way for the developer to meet this requirement?
A. Add a Calculation Step as SUM(BasePrice).
B. Add an Aggregation Step as SUM(BasePrice).
C. Create a Postprocessor apex class to calculate the sum.
D. Create a Preprocessor apex class to calculate the sum.
Suggest answer: B
Reference:
No comments:
Please share to make the community better.