Hello, I am creating a custom entity named "Application" on click of a button in Lead. I am doing this using plugin. Now, I have to map all the field values from Lead to Application using the same plugin. How can I set the field values of Lead to newly created Application entity?
Thanks.
*This post is locked for comments
when you create a record from plugin then take that GUID of entity and use query expression to map
Guid newApp = clsXrmConnection._service().Create(entName);
saveId = newApp;
Hi,
What issue you are facing as you are facing ?? share your code here with details
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156