Get Variable Value Using Variable Attributes

Wasdom_Kung
Tera Guru

Hello,

I am using a reference field that displays multiple columns of information from the sc_requested_item table, namely the RITM, Created and Requested for columns.

I would also like to pull two values: u_employee_forename and u_employee_surname and also display this in the reference field, is this possible?

I've tried the following as an example:

ref_auto_completer=AJAXTableCompleter,ref_ac_display_value=false,ref_ac_columns=opened_at;requested_for; variables.u_employee_forename,ref_ac_columns_search=true; 

find_real_file.png

I've not seen if anyone else has tried to accomplish this before.

 

11 REPLIES 11

Yes that is what I was looking at accomplishing - I thought that setting the RITM short_description or description field value in the Flow would allow it to display here

I've also tried the following, it works for cat_item.short_description (But again shows the SD for the item, not for the target record)

ref_auto_completer=AJAXTableCompleter,ref_ac_display_value=false,ref_ac_columns=opened_at;requested_for;cat_item.work_notes,ref_ac_columns_search=true;