Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Populate a field of a custom table from a reference table

chatsaurav19
Tera Contributor

Hi All,

 

I have a reference table 'x' ( shown below ) . The 'Display' is 'true' for column 'Label'.

 

chatsaurav19_0-1709205678487.png

 

I have created my own custom field 'y'  (which is referring table 'x' ). I wish to get the data from the 'Value' field in table 'x' and populate in field 'y' but since 'Label' is set to true it is returning me 'Label' values.

 

As a solution I was trying to get this achieved from the 'Attributes' of 'y' field like:::

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_value,ref_ac_columns_search=true

 

But this is not working! Is there a way from where I can fetch the data from 'Value' field? 

 

Thanks and Regards,

Saurabh Chatterjee

 

5 REPLIES 5

chatsaurav19_0-1709211309637.png