I have a requirement with a variable should display the name and description in the portal

Archana23
Tera Contributor

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.

 

Archana23_0-1689786696187.pngArchana23_1-1689786722283.png

 

Archana23_2-1689786750218.png

 

2 ACCEPTED SOLUTIONS

Sagar Pagar
Tera Patron

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

The world works with ServiceNow

View solution in original post

Hi @Archana23 can you  'accept my solution' as well, I also answered the same 🙂

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,Sushant Malsure

View solution in original post

4 REPLIES 4

sushantmalsure
Mega Sage
Mega Sage

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.

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,Sushant Malsure

Sagar Pagar
Tera Patron

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

The world works with ServiceNow

Archana23
Tera Contributor

Thanks, It is working as expected.

Hi @Archana23 can you  'accept my solution' as well, I also answered the same 🙂

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,Sushant Malsure