How to change display value of a variable from reference type using attributes .

samarballav
Tera Contributor

How to change display value of a variable from reference type using attributes. Please help me to achieve this. 

3 REPLIES 3

Dhananjay Pawar
Kilo Sage

Hi,

Please elaborate your question in more detail.

Thanks.

samarballav
Tera Contributor

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. 

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.