
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2022 06:11 AM
Hello
I am new to the UI Builder and want to configure a workspace similar to the CMDB workspace:
In my workspace I already added resizable panes and configured the list menu. Clicking on the different list's names displays the desired lists and their records. However, I am not able to configure the list so that when I click on a reference in a record the related record opens. Furthermore, I don't know how to open the form to create a new record when I click on the "new button".
Unfortunately, I cannot find any tutorials or working examples which I can use to study. The CMDB workspace is rather complicated for me and I can not identify the code that is responsible for executing the desired actions.
Hence, could anyone please explain to me how I can configure the links (In the screenshot for example everything in column "Name".) and how I have to configure the "new button"?
Kind regards,
Hendrik
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2022 08:30 AM
Ok, I'll try to give a demo of how you can utilize these events.
Create a page with template Record
This page has "table" and "sysId" as properties
Create two Required Parameters with the same name as properties
Create List Component, then create Row Clicked Event, select Link to destination
Create New Button Clicked Event, select Link to destination Event
Result
Click record Number
Click New Button
Hopefully, this will help you understand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2022 08:30 AM
Ok, I'll try to give a demo of how you can utilize these events.
Create a page with template Record
This page has "table" and "sysId" as properties
Create two Required Parameters with the same name as properties
Create List Component, then create Row Clicked Event, select Link to destination
Create New Button Clicked Event, select Link to destination Event
Result
Click record Number
Click New Button
Hopefully, this will help you understand.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2022 01:47 AM
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 10:18 PM
Hello @Hendrik6 - Is it possible to open a record in a specific view?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 02:51 PM
Yes it is if you use the standard record template. As you can see it has some optional parameters:
The URL preview below gives you an idea how you can use them: