Microsoft Dynamics 365 for Finance and Operations (legacy) — Question 11
Your development team plans to use the new API exposed in Commerce Runtime (CRT) to set/get or validate values based on enum type.
Which two benefits will your team gain from using the new API in this manner? Each correct answer presents a complete solution.
Answer options
- A. They can directly map between Finance and Operations enums and CRT enums without manually creating the enums in CRT.
- B. They can have multiple partners and ISVs create extensible enums and use them independently without any code merge.
- C. They can skip certain standard checks used to override the entire calculate service by adding pre/post triggers for the validation check.
- D. They can easily override or add triggers at specific extension points instead of owning the entire service or operation.
Correct answer: A, C
Explanation
Answer A is correct because it highlights the ability to map enums directly, saving time and effort. Answer C is also correct as it allows for flexibility in validation checks. Options B and D do not directly relate to the benefits of the new API concerning enum management, thus making them incorrect in this context.