Vendor Risk Assessment need to submit for multiple vendor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 03:42 AM
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
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 07:07 AM
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.