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):