
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2020 12:40 PM
Hi all,
Is it possible to read the spreadsheet information that the user will attach to a service catalog request before they submit?
we want to validate the contents of the spreadsheet here before the RITM gets created.
Thanks,
Ravish
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2020 12:51 PM
Hi Ravish,
You can try Client Script + Script Include and within Script Include use GlideExcelParser method to access file data.
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2020 06:35 AM
thanks Sachin