Hi all,
Similarly to what Neil Parkhurst describes in his post ((+) Dynamics 365 Customer Service SLAs and Cloud Flows - Microsoft Dynamics CRM Community), we have created a trigger on SLAKPIInstance records for `status` field modification:
We have only one active SLA for testing, with 2 SLA Items, 1xFirstResponseBy and 1xResolveBy with a default Action flow on each of them:
Having a minimal configuration with no extra flows/triggers messing up with writing to SLAKPIInstance records,
the trigger gets fired twice when status is changed to 'Succeeded'(4) or 'Nearing Noncompliance'(2), in both First Response By/Resolve by KPIs SLA Items,
while when 'Noncompliant'(1), gets fired once. (Haven't tested Paused/Canceled as they are not monitored in our case)
Any hints plz?
NOTE: If placing the Manual action call of the trigger into the default Action flows (without any triggers), everything works ok.