We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Workspace List Error

Tejas Adhalrao
Kilo Sage

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:

  1. The page title updates.
  2. The list component loads records based on the selected list's filter condition.
  3. 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

TejasAdhalrao_0-1782125558121.png

when i click on All1 after so i can see  .onlylist  title chaneges  but see So  list record(previous list record)

TejasAdhalrao_1-1782125641792.png

 

and i have changed the list All1 order 100 on load i can see this error

TejasAdhalrao_2-1782125687426.png

 

i tired :

 

  • Verified the sys_ux_list record 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!

 

 

 

 

1 REPLY 1

Satishkumar B
Giga Sage

 

The issue appears to be specific to the All1 UX List configuration rather than the underlying table or filter. Navigation is working correctly, as the page title updates, but the list component fails during layout resolution with A valid table name must be provided, which indicates the selected list is not passing or resolving a valid table context in "getNowListLayoutComposite". Since other lists on the same table work, the likely cause is an incomplete, invalid, or corrupted configuration record related to the All1 list or its associated layout metadata.