Enable OData for Configurations entity
Data entity EcoResProductConfigurationEntity (Configurations) doesn't enabled as public entity. So it's not possible to have access to the Configurations through Excel add-on and OData Web API calls. Other similar entities, like Sizes, Colors, Styles are already public.
Relevance Search API
Make an API for Relevance Search (https://docs.microsoft.com/en-us/power-platform/admin/configure-relevance-search-organization) Or at least document what is already available and described here https://bguidinger.com/blog/relevance-search-api since 2018
Remove database objects when developer removes it
When the developer removes the field, table, table key it is necessary to make the database sync and remove this object from the database. I know about the "additive nature" of Dynamics products, but in Finance and Operations, it works. Even field removal will help to resolve the issue of changi...