I'm looking to enable a scenario in Dynamics 365 where users are notified if a Case record is shared with them.
I can successfully connect to the Case record via the Dataverse connector and retrieve the Case record details, however theres no relevant output that references the shared recipients, which I assume is because the sharing action simply creates a one to many relationship with the system users themselves (or another related table)
My question is what table should I be querying to find this information and how could build a trigger from it?
I assume something along the lines of;
If Case record is modified
Check the required table for the share recipients
Grab their details and send an email


Report
All responses (
Answers (