- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2018 08:25 AM
when I create incident its showing Unique Key violation detected by database (Duplicate entry '3f3f2a304f002300ac25224f9310c75a' for key 'PRIMARY') how to reslove this
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2018 08:31 AM
This message indicates that you are trying to create a record with the same sys_id as another record. please check at your business rule. That error generally pop-up when you have "current.update() " in your before Business Rule.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2018 08:31 AM
This message indicates that you are trying to create a record with the same sys_id as another record. please check at your business rule. That error generally pop-up when you have "current.update() " in your before Business Rule.