bugs/623987- [28.0] [Quality Management] Enable Power Automate#6957
Open
alexei-dobriansky wants to merge 1 commit intoreleases/28.0from
Open
bugs/623987- [28.0] [Quality Management] Enable Power Automate#6957alexei-dobriansky wants to merge 1 commit intoreleases/28.0from
alexei-dobriansky wants to merge 1 commit intoreleases/28.0from
Conversation
…s events for Power Automate (#6852) <!-- Thank you for submitting a Pull Request. If you're new to contributing to BCApps please read our pull request guideline below * https://github.com/microsoft/BCApps/Contributing.md --> #### Summary <!-- Provide a general summary of your changes --> - Add Power Automate-friendly API pages for quality inspections (**Qlty. Inspections API** and **Qlty. Create Inspection API**) under the **qualityManagement** API group - Add external business events for key inspection lifecycle moments (created, started, failed, passed, finished) via **Qlty. Start Workflow** codeunit - Add **QltyEventCategory** enum extension to register Quality Management as an event category for external integrations - Put **QltyInspectionValues** query under the **qualityManagement** API group. - Add tests covering the new API pages (**Qlty. Tests - Inspections API**) #### Work Item(s) <!-- Add the issue number here after the #. The issue needs to be open and approved. Submitting PRs with no linked issues or unapproved issues is highly discouraged. --> Fixes #6226 Fixes [AB#618894](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/618894) Fixes [AB#611285](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/611285) --------- Co-authored-by: insightworks007 <226571004+insightworks007@users.noreply.github.com> Co-authored-by: aldobriansky <aldobriansky@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes AB#623987