Close complete button on HR Agent workspace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2025 10:58 AM
Hi,
I am try to troubleshoot why the 'Close complete' button is not triggering the modal pop-up on the HR Agent workspace.
How do I track what the 'Close complete' actually is doing? I have looked into Action assignment and can see its a UXF Client Action and its triggering an event 'HR_UI_CTRL#CLOSE_COMPLETE'
How do I track how is the event handled? I have tried to look through the UI builder but can't see where I need to look to see what actions the event is taking.
Regards,
Ayman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2025 11:01 PM
Hi @ayman_h
I think it's best to use the debugger. If you search for ''System Diagnostics'' on your menu, you see the option to debug different items or to enable all. With enable all, all the events will be shown to you. But also note that the instance will be slow while you are debugging. Don't forget to turn it off again afterwards 😉