UI Builder - getting "Record not found" when linking Simple List to a Form view Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2023 04:48 AM
Hey, I've run into the following problem and not sure what is causing this:
1. I have a Home Page with a Simple List.
2. The List has an event (Reference record clicked) which has the Handler: Link to Destination
3. I'm passing the table and sys_id like so:
4. The target Page is basically the "Standard Record" template
5. What happens when I test and click the reference link:
6. What happens if I simply refresh that page with SAME URL:
works perfectly fine!
Thanks in advance for any suggestions. This is slowly driving me nuts, seems like the simplest of routings....
Cheers,
Tomasz

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2023 08:47 AM
What happens if you hard-code the table name vs @payload.table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2023 12:32 AM
Hi Michael,
it seems the same thing happens - no record found.
Although today I noticed something even stranger. The event mappings are not getting saved. When I add an event and click "Save", then go to another componen and switch back to this one, the event mapping is no longer there.
Makes me think there is some issue with UI Builder either on my instance or generally with Utah. Unless I'm missing something totally obvious.
Might just add I'm using UIB as part of a scoped app.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2023 06:08 AM
Are you connected to Source Control and pushing to GIT?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2023 06:17 AM
Hi, nope, I'm just using the UI Builder locally and saving the Page/component.
I'm not creating a new component from scratch, just configuring the "Simple List" default component.