UI-Builder - Error: Duplicate Event Name: NAV_ITEM_SELECTED_RELAY_e720016c2314f950f... in Scope x

Nimeku
Tera Contributor

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?

2 REPLIES 2

Henrik Hjernoe
Mega Guru

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

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?