- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2026 03:04 AM
Hi all,
I am stuck at one issue. The reference field for sys_user table is taking the first name and last name while searching in a reference variable. But Can I also add two newly created fields? which is u_test_fname and u_test_lname. So If i search these name also. I should get the user records.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2026 04:02 AM
Hi @Abishek1998
- Open your Catalog Item and select your reference variable.
- Add the following comma-separated string to the Variable Attributes field:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_test_fname;u_test_lname,ref_ac_columns_search=true
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2026 04:50 AM
Hello @Abishek1998 ,
Refer this link :
If this helps you then mark it as helpful and accept as solution.
Reagards,
Aditya