Workspace List Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
I have a Workspace page that displays records using multiple sys_ux_list configurations under the same category (View Master List).
The available lists are:
- SO
- ERS
- NSF
- All1
All of these lists are configured to use the same table:
When a user selects a list from the left navigation menu:
- The page title updates.
- The list component loads records based on the selected list's filter condition.
- The table displays the corresponding records.
Example:
- Selecting SO correctly updates the title to "View Master List - SO".
- The list displays only SO records.
- Other lists such as ERS and NSF behave the same way.
Actual Issue
When selecting All1:
- The page title changes correctly to "View Master List - All1".
- However, the list does not load or show the prious list records .only title changes
- A loading spinner is displayed.
- Eventually the following error appears:
Can't display this list
Exception encountered processing path:
/GlideNowListLayoutComposite_Query/getNowListLayoutComposite
A valid table name must be provided.
--------------------------------------------------------------------------
working for SO list
when i click on All1 after so i can see .onlylist title chaneges but see So list record(previous list record)
and i have changed the list All1 order 100 on load i can see this error
i tired :
- Verified the
sys_ux_listrecord has a valid table and condition. - Confirmed the table and configured fields exist.
- Compared the All1 configuration with a working list (SO).
- Created a new UX List by cloning the working SO list and changing only the title and condition.
- Verified other lists (SO, ERS, NSF) using the same table work correctly.
- Checked browser Developer Tools and found the error originates from
getNowListLayoutComposite. - Confirmed the title updates correctly when All1 is selected, but the list fails to load.
- aslo checked applicability records
Thank you!