We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Vendor Risk Assessment need to submit for multiple vendor

SahanChanuk
Tera Contributor

I'm try to change Vendor Risk Assessment form vendor field reference to list. 

after i submit this form below error provided. 

"Unique Key violation detected by database ((conn=371272) Duplicate entry 'f36a9759db0e4854d91dae661b961955' for key 'PRIMARY')

1 REPLY 1

Not applicable

Hi @SahanChanuk ,

We happen to see "Unique Key Violation detected by Database error" because of an insert. So,Check if there's any business rule that'll update() or insert() a record. Also, Make sure there is no other business rule or script that tries to insert a record to a table.