- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 11-26-2022 02:32 AM
With List Menu, List and Form it is very easy to define new Workspace like pages.
Step by step:
1. Define your selection of lists in the table “sys_ux_list_menu_config”
You must define first categories and then select lists for each category.
2. List Menu component
Put the List Menu component on your page and select the list configuration in config field “Configuration”
3. List Component
Put the List component on the same page and set the config values for “Table”, “Title”, “Filter” and “Columns”
4. Create a page to display one record
To create a page to display a form you can select the page template “Record” or you can create an own page to display one record.
This page must have 2 parameters for table name and record sys_id
5. Connect the record in the list with the form page
Define for the list component the event “Row Clicked” and combine this with “Link to destination” action.
- 5,510 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi @Guido Bernuetz ,
Could please guid me how to update the Related List layout in configurable workspace.
Thanks,
Uma.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thanks, very helpful indeed.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thanks @Guido Bernuetz for this article.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thanks, this helped me out!
As an update for anyone coming to this post in the future, I'm on the Utah release and for Step 5, Define for the list component the event “Row Clicked” and combine this with “Link to destination” action, it seems "Row Clicked" is no longer an event.
Instead, select the "Reference link clicked" event
