Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Need to display the description near to business application field for each and every application

divyadhanda
Giga Guru

Need to display the description near to business application field for each and every application.

 

This is a existing reference field and fetching it from the business application table. i also need to fetch the description as well in the highlighted area. How can i do it?

 

 

Screenshot 2026-03-20 170703.png

 
 
 

 

 
1 ACCEPTED SOLUTION

Hi  

 

Thanks for the response, you are partially correct. We can achieve this using variable attributes as

"ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;short_description,ref_ac_columns_search=true"

 

View solution in original post

2 REPLIES 2

jackps
Tera Contributor

Hi,
1. right click the field's name -> Configure Dictionary
2. Look for "Attribute" section and from the text box add ",ref_ac_columns=description" as attached screenshot (The Blue Fonts).

Let us know if this works.

JC

Hi  

 

Thanks for the response, you are partially correct. We can achieve this using variable attributes as

"ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;short_description,ref_ac_columns_search=true"