Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Show short description and Number of Incident in the reference field in the form

Samiksha2
Mega Sage

Hi,

I have two variables referencing to Incident and Change. 

We have to show short description and number in that.

I have added: 

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=number,short_description,ref_ac_columns_search=true in the reference qualifier. But it is not working.

Samiksha2_0-1701222470169.png

 

Please help.

 

Thanks,

Sam

 

1 ACCEPTED SOLUTION

Hi,

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=short_description,ref_ac_columns_search=true

It should come under variable attributes not the reference qualifier

Shruti_0-1701239782272.png

 

View solution in original post

4 REPLIES 4

Shruti
Mega Sage
Mega Sage

Hi,

Try this

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=short_description,ref_ac_columns_search=true

Shruti_0-1701228781135.png

 

Hi @Shruti  ,

 

I have already tried. But still not getting the short description

Samiksha2_0-1701237280608.pngSamiksha2_1-1701237295827.png

 

Do I need to add anything in the variable attributes?

 

Thanks,

Sam

Hi,

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=short_description,ref_ac_columns_search=true

It should come under variable attributes not the reference qualifier

Shruti_0-1701239782272.png

 

Thanks @Shruti  .It works.