HodorNV / ALOps

ALOps
59 stars 24 forks source link

Allow option to ForceSync with AlOps Extension API - Publish #796

Open sarathTegra opened 1 month ago

sarathTegra commented 1 month ago

Is your feature request related to a problem? Please describe. When making required schema changes we currently have to open the customers SaaS instance and Force sync from the extension management page.

Describe the solution you'd like Microsoft offers a POST endpoint that can be called before running the PUT request to specify a schemaSyncMode. We would like a checkbox that sends a request to that endpoint before calling the PUT request.

Describe alternatives you've considered I have tried to use the DEV Schema Update Mode option set to ForceSync on the AlOps Extension API but I can't get it to work. I may well be using it incorrectly.

metda11 commented 1 month ago

Hi @waldo1001, We would like to have the same option for "task: ALOpsExtensionAPI@1" to allow us to define the schemaSyncMode for both Sandbox and Production environments in SaaS, even when publishing as PTE. Currently, the BC Admin API allows this, but not the ALOps Function: https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/administration/resources/dynamics_extensionupload Thanks

waldo1001 commented 4 weeks ago

We'll add it...