bcolpaert / Colso.Xrm.DataTransporter

XrmToolbox plugin to help you to transfer records across organizations
MIT License
23 stars 16 forks source link

Error with Closed Opportunities #23

Closed CryogenicPotato closed 6 years ago

CryogenicPotato commented 6 years ago

Transporting a Closed Opportunity (Won or Lost) record properly creates it on the target Organization but fails to change its status with the following error:

"This message can not be used to set the state of opportunity to Lost. In order to set the state of opportunity to Lost, use the LostOpportunityRequest message instead."

This is currently happening on Dynamics CRM On-Premise 2016 Update 1 (ver. 8.1.0.359).

bcolpaert commented 6 years ago

Hi, Changing state on opportunities, cases, salesorders, .... is not supported since this requires special requests as stated in the error message.

bcolpaert commented 6 years ago

Duplicate issue #20