- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 10:13 AM
I have a requirement with a variable should display the name and description in the portal.I have tried this varibale attribute which is attcahed in 2nd .Somehow it is showing only the name I need to display the description also.
Please suggest.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 10:22 AM
Hi @Archana23,
Try this: ref_ac_columns=name;u_description; instead of separate things.
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 10:35 AM
Hi @Archana23 can you 'accept my solution' as well, I also answered the same 🙂
Regards,Sushant Malsure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 10:20 AM
Can you try following:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;u_description,ref_ac_columns_search=true,ref_ac_columns_order_by=name
Also make sure you have value in description field of choice.
Regards,Sushant Malsure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 10:22 AM
Hi @Archana23,
Try this: ref_ac_columns=name;u_description; instead of separate things.
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 10:26 AM
Thanks, It is working as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 10:35 AM
Hi @Archana23 can you 'accept my solution' as well, I also answered the same 🙂
Regards,Sushant Malsure