Hi,
In production , I have a lookup field called Price List . The same field in development .I have some javascript regarding this field , to set it as default lookup to Standard record. Standard (but i think it is different ID#s in dev and prod ) record exist in both development and production .When I import the customizations from dev to prod and during testing the record in prod ,I am getting an error that the record is unavailable.
The Error message is as follows
<ActivityId>26e0df7c-2032-4924-9ccf-47a005e5e1c9</ActivityId>
<ErrorCode>-2147220969</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>PriceLevel With Id = 69791bc6-6a6c-e711-810f-e0071b66e0a1 Does Not Exist</Message>
<Timestamp>2017-07-31T13:24:19.5176728Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
What can I do to get the same ID in production.
I tried importing the record , but no luck . Should I first delete the old Standard record and import the new one from dev .
Please assist.