- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2025 04:30 AM
Hi All,
I have a MRVS with 3 fields, Employee ID, First Name and Last Name.
It gets populated from Excel attachment, I want to validate the Employee ID against sys_user table. How can I achieve it?
Also, is it possible to set First name and last name based on the employee id's populated thought attachment?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2025 11:39 PM
then in script include itself have the logic I said
-> make Employee ID as reference to sys_user then you are sorted.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
I previously implemented a similar requirement using an MRVS to validate Employee IDs against the sys_user table, which worked well. Now, I am populating stockroom assets via an Excel upload. While the initial import identifies duplicates correctly, I need to ensure that if a user manually edits a row, the system still checks if the serial number exists in the alm_asset table.
Currently, I have a 'Status' column that flags duplicates during the initial load. How can I trigger this same validation dynamically when a user modifies a serial number directly within the MRVS row?
