Microsoft Dynamics 365 Business Central Developer — Question 79

You develop an extension for the newest release of Business Central online.

You have a customer who has an earlier on-premises release of Business Central. The extension must be deployed to the customer's environment.

You need to deploy the extension to the older Business Central version,

What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because changing the Runtime property in the app.json file allows the extension to be compatible with the older version of Business Central. Option A is incorrect since simply replacing the extension does not guarantee compatibility. Option B is not necessary as uninstalling and reinstalling the extension does not address the problem of version compatibility.