Hi!
I have next scenario:
- Online BC sandbox US Dynamics NAV 13.3 (29060)
- I have 2 apps - main and dependent
- I made some changes to main app. Not breaking schema change - just adding a few rows of code.
- I unpublished dependent app
- Trying to publish main app - got an error that I have to change version number
- I increased version number, trying to publish main app again and getting an error -
The request for path /v1.0/sandbox/dev/apps?SchemaUpdateMode=synchronize failed with code 422. Reason: Multiple published extensions match the specified parameter values. You must specify more information to indicate which extension to use.
- I could find my app not installed on Extensions Management page, click install - and it will work, but if I try to publish it from VS Code - I'll get the same error. Recreate helps - but I'm loosing all my data.
How to deal with it? Thanks in advance.
Hi!
I have next scenario:
The request for path /v1.0/sandbox/dev/apps?SchemaUpdateMode=synchronize failed with code 422. Reason: Multiple published extensions match the specified parameter values. You must specify more information to indicate which extension to use.
How to deal with it? Thanks in advance.