You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

getting error Too many objects match the primary key oracle.jbo.Key while using Visual builder

Summary:

hi Team,

we have a requirement to bulk upload quality module characteristics. We want to try using visual builder excel plugin for the purpose. Characteristic_id is used as the ancestor column for upload process. After inserting the record we are getting the below error

but I was able to create the same using post man with the below payload

{   

"Name": "Test Char Char", 

  "Description": "Test Char Char", 

  "CharacteristicTypeCode": "NON_ITEM", 

  "DataTypeCode": "CHARACTER",

    "inspectionCharacteristicValues": [ 
      {            "ValueId": 1141212, 

          "Name": "PASS"        }

    ]

}


Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!