Tuesday, October 10, 2017

Service Now Customizations


Currently Working on Service Now:

1. Managing of Multiple attachments (CSV / XLS) files attached to the Data Source and import data into the target tables.
2. Avoid other files and process only csv and excel files attached to the email via Inbound Action => Data Source => Scheduled Jobs => Target Tables.
3. Extracting zipped file attached to the email and import the data.
4. Extracting Images in the Excel files and display in the home Pages in Service Now.
5. Printing the Service Now reports and UI in pdf file.
(Using Fantom JS on Mid Server)
6. Importing multiple sheets data in a excel attached to data source.
(By customizing we are changing sheet number of the data source while loading for every sheet.)
7. Get emails attachments, inbound action, attach to data source and import data.
8. Using any 3rd party js library, on server/client side generated custom reports.