Hi All,
-started figuring out mapping stuff on the Order entity form based on Account entity details
-Stupidly did it in the live/production environment first (although no issue, mapping works fine, no errors in live version)
-Exported my solution back to the test environment, wanted to bring test and live back to parity.
-Imported my solution into the test environment (no errors)
-Created a test order to confirm mapping was now working in test environment
-Hit save once completed the 1st Chevron, received the following error: PriceLevel With Id = 527c6e17-8fd5-e711-812f-480fcff237d1 Does Not Exist
-Will not allow you progress with the order/save/press "next stage"
Can anyone explain what's happened here? Usually I look at the log, and spend some time on youtube/websites, and I have an answer. Can't find anything online for this issue after a few hours of searching. Any advice out there? Log below
![]()
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: PriceLevel With Id = 527c6e17-8fd5-e711-812f-480fcff237d1 Does Not ExistDetail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>63199a3e-f6a9-4445-ad51-c154396e4176</ActivityId>
<ErrorCode>-2147220969</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>PriceLevel With Id = 527c6e17-8fd5-e711-812f-480fcff237d1 Does Not Exist</Message>
<Timestamp>2018-07-23T04:17:00.4922063Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Can anyone explain what's happened here? Usually I look at the log, and spend some time on youtube/websites, and I have an answer. Can't find anything online for this issue after a few hours of searching. Any advice out there?