The CreatorCon Call for Content is officially open! Get started here.

Reading an excel spreadsheet using client script in service catalog

Ravish Shetty
Tera Guru

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

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Ravish,

You can try Client Script + Script Include and within Script Include use GlideExcelParser method to access file data.

https://developer.servicenow.com/dev.do#!/reference/api/orlando/server/sn_impex-namespace/GlideExcel...

View solution in original post

5 REPLIES 5

thanks Sachin