Skip to main content

Notifications

Announcements

No record found.

Dynamics 365 Community / Blogs / Dynamics 365 Portal / How to Create a Plugin for ...

How to Create a Plugin for Contact Creation on Account Creation, with the Same Name?

By following this blog, users can create a plugin that will automatically create a contact record in CRM whenever any new account record is created in CRM. To implement this functionality, follow the below code. Create a class File and paste the below code. using Microsoft.Xrm.Sdk; using System; using System.Collections.Generic; using System.Linq; using System.Text; using […]

This was originally posted here.

Comments

*This post is locked for comments