Get Variable Value Using Variable Attributes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2022 03:19 AM
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;
I've not seen if anyone else has tried to accomplish this before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2022 05:31 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2022 05:58 AM
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;