- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2022 11:27 PM
Heya!
I have a record producer which allows users to load up an Excel file to import Users to ServiceNow. That's all working fine.
However, would it be possible to showcase the contents of the Excel file in the Record Producer page, before submitting (in a somewhat similar fashion to list views would be nice but not necessary). Challenge here is of course that since the records don't exist in ServiceNow until the form is submitted, any related lists are out of the question.
So far, I'm under the impression that this is impossible but perhaps someone here has ideas if this is doable?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 12:03 AM
hello,
Ins Servicenow we do have functions to do the same check the below article:-
https://developer.servicenow.com/dev.do#!/reference/api/rome/server/sn_impex-namespace/GlideExcelParserScopedAPI#GEPS-GlideExcelParser
Please mark answwr correct/helpful based on impact
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 12:23 AM
Thanks Saurav!