Skip to main content
I'm currently working on updating our Org to Lightning, and am doing some testing in our partial Sandbox. When I change the Opportunity Stage I receive the following "field integrity exception: unknown (0065A00000ia7wX|1||10500||2,)"  

Any ideas on where to start with troubleshooting? I understand the first set of numbers is the record id, but was does everything after that mean? 
4 answers
  1. Jun 7, 10:18 AM

    I'd start by checking any Flows, Process Builders, or Apex Triggers that run when an Opportunity is updated. A Field Integrity Exception usually means some automation is trying to save an invalid value.

    The numbers after the record ID aren't usually very useful for troubleshooting. The best next step is to enable a Debug Log, reproduce the error, and see which automation is failing.

    Does the error happen for every stage change or only for a specific stage? That can help narrow it down.

0/9000