UI builder - Show colums from a different table

joshmorris
Tera Guru

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.

joshmorris_0-1736760115025.png

 

1 ACCEPTED SOLUTION

On the top left side you have context menu (3 lines) where you can try to clear UI builder's cache. So try that.

 

IronPotato_0-1736782206251.png

 

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.

View solution in original post

15 REPLIES 15

IronPotato
Mega Sage

Hi @joshmorris ,

 

you can achieve that using "Database Veiw"

 

If my answer helped you in any way, please then mark it as helpful or correct. This will help others finding a solution.

How do I find the database view as I cannot seem to find it

Is it possible that you could show me how to create this in my scenario as I am confused.