
- 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.

- 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.

- 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.

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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2020 07:42 AM
Hi Pradeep, would you also know how to get the right attachment that is being submitted by the requester? The attachment gets stored as below with table as 'sc_cart_item' and the sys_id is something different which cannot be found in the 'sc_cart_item' table. The challenge is to query the right attachment record and then process it using 'GlideExcelParser'. As a workaround, i am checking for the last attachment upload by user against the 'sc_cart_item' record with a specific attachment name.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2020 12:56 PM
Below article has solution to read excel file on client side
https://community.servicenow.com/community?id=community_article&sys_id=fc63aa4edb81885814d6fb243996196c
Regards,
Sachin