- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2024 08:28 PM
Hi,
I have a variable Employee which is referencing to User [sys_user].
The screenshot below only displays the name and email address.
How can I display or add the Employee ID field?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2024 09:06 PM
Use Service catalog variables attribute: https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/service-catalog-man...
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=employee_number,ref_ac_columns_search=true
Employee Name will be displayed regardless.
Regards,
Sharad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2024 09:06 PM
Use Service catalog variables attribute: https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/service-catalog-man...
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=employee_number,ref_ac_columns_search=true
Employee Name will be displayed regardless.
Regards,
Sharad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 07:48 AM
If you are using an excel sheet offline to keep a record to hold information then add the employee number if you have a specific number you are trying to input.