- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 01:23 AM
Hi, so as shown in the photo below what I am trying to do is show the expiry date of the contract as a column when viewing vendors. However I am not sure how to do this as the data is stored in the contract table and this is showing data from the company table.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 07:30 AM
On the top left side you have context menu (3 lines) where you can try to clear UI builder's cache. So try that.
If this doesn't help, add client state parameter and hard code the table name in that state and then bind the data into the list table input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 07:10 AM
make sure you are in the correct scope in SN and in UI builder. Also make sure that your table is accessible from "All application scopes".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 07:24 AM
As you can see they are both in global so should be able to be accessed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 07:30 AM
On the top left side you have context menu (3 lines) where you can try to clear UI builder's cache. So try that.
If this doesn't help, add client state parameter and hard code the table name in that state and then bind the data into the list table input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 07:33 AM
Thank you so much,
Clearing the cache worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 07:35 AM
Glad that I could help 🙂