Does anyone has plugin code for getting the guid dynamically on the contact entity.
Does anyone has plugin code for getting the guid dynamically on the contact entity.
Hi,
You can guid from context.
Entity entity = (Entity)context.InputParameters["Target"];
Guid contactId = entity.Id;
Hello,
Your question is too vague. Can you please provide your scenario?
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156