
- 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 06:23 AM
Hi Hendrik,
Did you try using events ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 06:31 AM
Hello Muhammad
No I did not use them, since the CMDB Workspace does not use the "New Button Clicked" event. I suspect they use a different method to create a new record
Kind regards,
Hendrik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 06:35 AM
Well, I am not sure how that workspace is configured, but you can use events like Row Clicked, New Button Clicked etc. to fulfill your requirement.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 06:41 AM
Do you have an example for me please? I would like to try this out.