function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nicholas PatellaNicholas Patella 

Error when trying to edit picklist

I'm getting the below error whenever I try to do in-line editing of a picklist on an Account record. If I try to then change the picklist value and save the edits I get an invalid cross-reference ID error. Can someone please help me make sense of the source of the issue?

[NoErrorObjectAvailable] Script error.
a()@https://static.lightning.force.com/na62/auraFW/javascript/ReJ5V8Oa_EmHa1B_VZHK_g/aura_prod.js:948:169
{anonymous}()@https://static.lightning.force.com/na62/auraFW/javascript/ReJ5V8Oa_EmHa1B_VZHK_g/aura_prod.js:948:362
A.dispatchEvent()@https://static.lightning.force.com/na62/auraFW/javascript/ReJ5V8Oa_EmHa1B_VZHK_g/aura_prod.js:12:12146
e.LookupEventDispatcher.dispatchErrorEventFromLds()@https://dataminr.lightning.force.com/components/lightning/lookupUtils.js:2:17030
A.wiredRecordUi()@https://dataminr.lightning.force.com/components/lightning/lookup.js:2:8392
me()@https://dataminr.lightning.force.com/components/force/lds.js:2:16726
ShirishaShirisha (Salesforce Developers) 
Hi Nicholas,

Greetings!

Is this picklist dependent,if yes I would suggest you to check the access on the controlling picklist field as we are getting the cros reference error.

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri
Nicholas PatellaNicholas Patella
Hi Shirisha. The picklist is not dependent. It is referenced by other formula fields but I don't see how that would be the cause of the issue. Any other thoughts what might be causing this?