Hello,
I want to ask if there is an option in Dynamics 365 CRM to send email to a user after sharing a certain record with him?
Is this possible using a workflow or any other built in functions?
Hello,
I want to ask if there is an option in Dynamics 365 CRM to send email to a user after sharing a certain record with him?
Is this possible using a workflow or any other built in functions?
Hello Amer Azzam,
Pls refer this thread to send email to user after sharing a record,
I hope it helps,
Thanks.
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365.
Hello Amer Azzam,
It is not a OOB feature. To implement you have to write a Custom plugin that will trigger when a record is shared.
Generally when a record is shared there is a background logic performed by the CRM which will Grant record permission to that specific user. That logic we can refer from the Dynamics 365 SDK as the "Grant Access". You will have to register your plugin on this message and if it will fire then your code that is send email will be also executed.
Please refer below article which will help your to implement your requirement.
Thank you,
Amit Katariya
Hi,
You will need to register your plugin on Grantaccess message.
You can write plugin to send an email.
Hi Amer Azzam,
Unfortunately, there is no OOB way to achieve this. You could only achieve this with code. Please refer to this thread:
dynamics crm - Workflow to send an email to the users within the record is shared - Stack Overflow
Muhammad Shahzad Sh...
51
Most Valuable Professional
Ramesh Kumar
42
David Shaw_UK
27