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
- A. Replace the latest version of the AL Language extension with the needed earlier version.
- B. Uninstall the AL Language extension and install the AL Language extension from the Business Central on-premises installation pack.
- C. Change the Runtime property value of the app.json file of the app.
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.