- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2024 11:35 AM
I have created a custom workspace. When-ever I click on an INC to open it, it gives Record not found error. The record opens correctly after reloading. I have added the record template page to the UI builder.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 05:10 AM
Hi Gargi,
In the UX page properties for the workspace, please check if you have created a property called - view with value as name of the view. When record loads, it checks this property to see which view of the form should load.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2024 08:37 PM
Hi @GargiF ,
how you setup the event?. because i have faced the similar issue as I was referencing another instance when setting up the /record event. That instance did not require a query, but when I added it to my instance /record event, it fixed the problem and loads immediately without having to be refreshed.
Please mark helpful & correct answer if it's really worthy for you.
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2024 08:39 AM
Thanks Bhavya, but it was the issue with the event.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 05:10 AM
Hi Gargi,
In the UX page properties for the workspace, please check if you have created a property called - view with value as name of the view. When record loads, it checks this property to see which view of the form should load.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2024 08:37 AM
This worked. Thank you..