Popover in Calendar Component

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2025 10:04 AM
I've tried everything I can think of to get a change record to open when a user clicks an event in the calendar component. The crazy thing is that my console shows the sys_id of the record but the display only form component just won't take it.
My popover event:
and:
That console log on the second one returns the correct sys_id but I also get it if I log event.task_id.value and I've tried updating the client state with both of these but get nothing.
My popover component config:
And my client states:
I've run out of ideas about how to get it to respond or what might be stopping. A colleague repeated the steps in a PDI and it worked fine. Just bamboozled.
This is what happens when I click an event:
Showing the sys_id in the console.
Any help will be greatly appreciated.
Regards,
: