Need to show only 2 specified columns in my reference variable used in my record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 09:39 AM
Hi Everyone,
Hope everyone is doing good!!
I needed help in a variable attribute , i have referenced a variable to my custom table(u_xyx) and when i use the reference field in portal or native view i need to show only the u_product and u_ci field when someone clicks on the field , currently its showing me the label field too its showing me 3 columns now , below is the attribute i used
"ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_product;u_ci,ref_ac_columns_search=true"
this is working fine but its also showing the label field , when i checked the dictionary of that table and saw that label display was true , i tried making it false but its still showing.
Is there any way i can do to show only those 2 field values columns .
If u see the attached u can see 3 columns when i click on the field first column is the label, second is the product and third is the ci, here i dont want the first column to show i need only the other 2.
Thanks in advance
kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 09:51 AM
Hi Karan,
Its still not working its still showing all 3 columns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 10:09 AM
Try adding "ref_ac_display_value=false" to your list of attributes.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 10:43 AM
Hi Slava,
Its still the same!!