Retrieving record table name and sysid from workspace url
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 10:46 PM
Hello Community,
Happy New Year 2023!
How can we retrieve record table name and sysid from workspace url and use it in ui page g:evaluate query??
My use case is to display some data in Contextual side bar in Workspace based on the sysid of the record(just to make it dynamic) for that I am getting sysid from workspace url to fetch details related to current open record and display them. But when I use that respective sysid in query, it is not working as expected, all the records data were displaying.
#UI Builder #Workspace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2023 01:40 AM
So on your workspace record page , you want an icon on the contextual sidebar, which calls iframe component which renders a UI Page that looks for dynamic parameter in the URL???
I really don't think you can pass dynamic URL to an iframe component in workspace!
I'll probably bet 100$ this is impossible!