Hello everyone,
We have created a product bundle but we have an issue.
We don't have any problem with bundle till we reached order. We are creating an order with bundle and then we try to send order to dynamics NAV (we have integrated CRM 2016 with NAV 2016 - integration work fine and bundle is coupled) we get an error:
<s:Envelope xmlns:s="schemas.xmlsoap.org/.../envelope"><s:Body><s:Fault><faultcode>s:Client</faultcode><faultstring xml:lang="pl-PL">Required bundle item cannot be updated </faultstring><detail><OrganizationServiceFault xmlns="schemas.microsoft.com/.../Contracts" xmlns:i="www.w3.org/.../XMLSchema-instance"><ErrorCode>-2146955255</ErrorCode><ErrorDetails xmlns:a="schemas.datacontract.org/.../System.Collections.Generic"/><Message>Required bundle item cannot be updated </Message><Timestamp>2017-05-25T10:55:08.0809446Z</Timestamp><InnerFault><ErrorCode>-2146955255</ErrorCode><ErrorDetails xmlns:a="schemas.datacontract.org/.../System.Collections.Generic"/><Message>Required bundle item cannot be updated </Message><Timestamp>2017-05-25T10:55:08.0809446Z</Timestamp><InnerFault i:nil="true"/><TraceText i:nil="true"/></InnerFault><TraceText>
[Microsoft.Dynamics.Integration.Adapters.Crm2011.Plugin: Microsoft.Dynamics.Integration.Adapters.Crm2011.Plugin.OrderNavCreateUpdateEventHandler]
[bf50b57b-c0e9-df11-9ec8-00155d52bcec: Connector: SetStateDynamicEntity of salesorder]
</TraceText></OrganizationServiceFault></detail></s:Fault></s:Body></s:Envelope>
Did someone get similar error ??
P.S.
Bundle was created with required products - error appers.
When we created new bundle with optional products error doesn't apper.
*This post is locked for comments