WinOpportunityRequest winRequest = new WinOpportunityRequest
{
OpportunityClose = new OpportunityClose
{
OpportunityId = new EntityReference
{
LogicalName = "opportunity",
Id = order.OpportunityId.Id
},
},
Status = new OptionSetValue(3)
};
service.Execute(winRequest);
No comments:
Post a Comment