Microsoft Dynamics 365 Business Central Developer — Question 26
You are cleaning up sandbox environments for a company.
The company requires data to be cleared from the environments each time an extension is published.
You need to configure the launch.json file.
Which schemaUpdateMode property should you set?
Answer options
- A. ForceUpgrade
- B. ForceSync
- C. Synchronize
- D. Recreate
Correct answer: D
Explanation
The correct answer is D, Recreate, because it ensures that the environment is completely rebuilt, removing any existing data. The other options like ForceUpgrade, ForceSync, and Synchronize do not guarantee a complete data clearance, which is required by the company after each extension publication.