-
Notifications
You must be signed in to change notification settings - Fork 318
Description
Work Item(s)
Describe the issue
Support of power automate scenarios
Introduce Business Events:
[ExternalBusinessEvent('OnInspectionCreated', 'Quality Inspection Created', 'This action will occur when a new Quality Inspection has been created.', EventCategory::QualityInspectionTest)]
[ExternalBusinessEvent('OnInspectionFinished', 'Quality Inspection Finished', 'This action will occur when a Quality Inspection has been finished.', EventCategory::QualityInspectionTest)]
[ExternalBusinessEvent('OnInspectionReOpened', 'Quality Inspection Re-Opened', 'This action will occur when a Quality Inspection has been reopened.', EventCategory::QualityInspectionTest)]
[ExternalBusinessEvent('OnInspectionChanged', 'Quality Inspection Changed', 'This action will occur when a Quality Inspection has changed.', EventCategory::QualityInspectionTest)]
Introduce API page(s)
With fields as appropriate
Introduce responses:
QualityInspection-blockLot
QualityInspection-blockPackage
QualityInspection-blockSerial
QualityInspection-unblockLot
QualityInspection-unblockPackage
QualityInspection-unblockSerial
QualityInspection-createInternalPutAway
QualityInspection-createMovement
QualityInspection-createNegativeAdjustment
QualityInspection-createReInspection
QualityInspection-createTransferOrder
QualityInspection-finishInspection
QualityInspection-moveInventory
QualityInspection-reopenInspection
Introduce power automate templates (internal)
When inspection is created – notify in teams
When inspection is finished (as failed) – ask in teams about actions – show list of actions [createNegativeAdjustment; createTransferOrder]
Expected behavior
Steps to reproduce
Additional context
No response
I will provide a fix for a bug
- I will provide a fix for a bug