How to change display value of a variable from reference type using attributes .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 02:22 AM
How to change display value of a variable from reference type using attributes. Please help me to achieve this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 02:48 AM
Hi,
Please elaborate your question in more detail.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 03:01 AM
Hi Dhananjay,
I have a country filed value from country table and type is reference. requirement is show and select country code not country name. I have tried using attributes -
edge_encryption_enabled=true,encode_utf8=false,iterativeDelete=true,ref_ac_columns=countryode,
ref_ac_columns_search=true,ref_ac_display_value=false,ref_ac_display_value = true,ref_ac_order_by=name,ref_auto_completer=AJAXTableCompleter
but its not selecting country code. its shsowing but selecting can u please help.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 01:43 AM
Hi,
In country table you need to set the display value to true for country code field then whenever you will select any country it will display country code but please note this will be global change and will impact everywhere.
Thanks,
Dhananjay.