Announcements
The WinOpportunityRequest message doesn't exist in the Microsoft.Crm.Sdk.Messages namespace when using .NET Core with the Microsoft.PowerPlatform.Dataverse.Client/Microsoft.PowerPlatform.Dataverse.Client.Dynamics. Is there a current workaround to utilizing this message from .NET Core? SetStateRequest and other SDK Messages are available, but this one seems to be missing.
Hi,
You will need to install below package - www.nuget.org/.../
Microsoft.Dynamics.Sdk.Messages
then use below namespace in your application -
using Microsoft.Crm.Sdk.Messages;
Once you do above two steps you will be able to use WinOpportunityRequest in your app.
Please mark my answer verified if this is helpful!
Regards,
Bipin Kumar
Follow my Blog: xrmdynamicscrm.wordpress.com/
André Arnaud de Cal...
294,233
Super User 2025 Season 1
Martin Dráb
232,982
Most Valuable Professional
nmaenpaa
101,158
Moderator