The issue is likely caused by a conflict between the two extensions. Please make sure that each extension has a unique App ID (id
in the app.json
file), as having the same ID will cause one extension to overwrite the other. Also, verify that the name
, publisher
, and version
combination is different unless the extensions are meant to be upgrades of each other. Additionally, check for overlapping object ID ranges (e.g., tables, pages, codeunits) between the two extensions, as this can also result in conflicts during publishing. Ensuring both the App ID and object IDs are distinct should allow both extensions to be published at the same time without issue.
✅ Mark this answer as verified if it helps you.
Hi, good day
I hope this can help you, and give you some hints.
App identity - Business Central | Microsoft Learn
Create GUID - Visual Studio Marketplace
Best Regards
Gerardo
id
in the app.json
file), as having the same ID will cause one extension to overwrite the other. Also, verify that the name, publisher, and version combination is different unless the extensions are meant to be upgrades of each other.app.json
), BC will automatically uninstall Extension A. Double-check that each extension has a unique ID in app.json
.
Sohail Ahmed
2,655
Mansi Soni
1,574
YUN ZHU
1,453
Super User 2025 Season 1