Populate a field of a custom table from a reference table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 03:29 AM
Hi All,
I have a reference table 'x' ( shown below ) . The 'Display' is 'true' for column 'Label'.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 04:55 AM