Custom table is not displayed in the table list to select as a reference for Simple list component
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 04:05 AM
Hi All,
I have created a custom table called "Manage applications" in a scoped Application. I am trying to make this table visible as a Simple list in the workspace. But I am unable to see this table in the list of the simple list component.
Screenshot below.
Any suggestion on this please.
Regards,
Raghavateja.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 09:24 AM
Hi OP,
Were you able to resolve this issue? I am encountering the same problem in my PDI.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 10:13 AM
If you're facing an issue where your custom table is not showing up in the table list for the Simple List component, here are a couple of potential solutions:
-
Using Client State Parameter (Static Value):
- You can leverage a Client State Parameter with a static value to retrieve the custom table name.
-
Using Client Script:
- Alternatively, you can use a Client Script to dynamically fetch the custom table name.
After obtaining the custom table name using either of the above methods, you need to bind these values to the table field in the Simple List component.
This approach should help in ensuring your custom table appears as expected in the table list.
Feel free to share your thoughts or ask any questions!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 01:02 PM
You might tell us more exactly how to do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 12:42 AM
Clear Cache:
- Open your browser.
- Type cache.do it in the address bar and press Enter.
Clear the UI Builder Cache:
- Locate the option to clear the UI Builder cache.
Option -> Developer -> Clear UI Builder cache
Attached is a screenshot showing how I cleared the UI Builder cache.