Skip to main content
February 16, 2022
Question

An Error Has OccurredThe field [1fcdc9ce-a63c-4014-a4aa-e32dbe17889d] does not exist. (APNX-1-4203-000)

  • February 16, 2022
  • 4 replies
  • 0 views

Hi,

I am getting the above error when trying to access the product details. The process model is working fine. 

This is my Asset Management Record. When I try to select a product, I get the error message. My CDTs and DB fields match. So what field is missing?

    4 replies

    gopalk2865
    Participating Frequently
    February 16, 2022

    Hi, Where and when are you getting this error? Looks like you are trying to use a record type field somewhere.

    February 16, 2022

    When I select a product from the list to get its details. For eg. if select the product Mouse, I get the error message. 

    Tnx

    harshitb6843
    February 16, 2022

    Hi there,

    AFAIK, your record is causing a problem. You have deleted a field that the record is still referring to.

    Here are some steps to debug. 

    1. Very the mapping of your CDT and table. 
    2. Try to execute a query entity and see if you're getting the correct data. 
    3. In the case of entity-backed records, try to check all the fields one by one to see if they have a valid value. 
    February 16, 2022

    Will try your steps and let you know. 

    Thank you!