UI-Builder - Error: Duplicate Event Name: NAV_ITEM_SELECTED_RELAY_e720016c2314f950f... in Scope x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2023 05:18 PM
Hey,
currently developing a scoped applicaton with UI-Builder and just encountered the following error:
Duplicate Event Name: NAV_ITEM_SELECTED_RELAY_e720016c2314f950fad64be401392731 in Scope: x_app_name
The error accurs when I try to add a "Reference link clicked" event to a List. It doesn't let me save the event. The error above occurs. How can I solve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 11:28 AM
I was able to solve the issue (had a similar error message but a different record). I navigated to sys_ux_event table, and found the event specified in the error message and deleted (Took an XML backup before doing it). It solved the issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 12:20 PM
Dealing with the same error. Weirdly enough, I can't even find the duplicate Event in the UX Event table to remove/rename if I wanted to. @Nimeku were you able to find a resolution for this? For each of the Events in my UI Experience, I just copy and pasted the script from another UI component because it's has all the dynamic parameters passed in. I wonder if there is a way to Name the Event when you are creating it to avoid this error?