After upgrade to dynamics 365 v9, in custom business process flow multientity, when whe change to quote phase we get an error:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Participating entity must be part of traversed path. But input participating entity : "quote", does not belong to the traversed path:"37ce255f-f20a-4548-97c1-0f9ba7ed7a93,3931dea4-0ad4-4cde-bb56-904532937433"Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>bba6a2fa-f66c-4037-a74b-88975f1e7368</ActivityId>
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>Participating entity must be part of traversed path. But input participating entity : "quote", does not belong to the traversed path:"37ce255f-f20a-4548-97c1-0f9ba7ed7a93,3931dea4-0ad4-4cde-bb56-904532937433"</Message>
<Timestamp>2018-07-05T11:18:52.0271291Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
any idea or help?
Thanks!!