Reading a List of Servers from Excel Spreadsheet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2016 03:55 AM
Hello Everybody,
How could I read the list of servers from the attached excel spreadsheet and add it to the (affected ci table available as a related list in change), the intent is to bulk upload the data of affected CI's from a spread sheet --> verify it --> if available --> relate to affected CI table.
I am assuming there would be some functions to read it from spread sheets, although we can read excel in transform maps but that is something which is a different conversation and not related to Change management process.
any assistance would be highly appreciated.
Thanks,
Pradeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2016 06:44 AM
Hi Geoffrey,
Could you elaborate, how you implemented it?
I have a template with multiple worksheets, worksheet 1 has columns whose results are calculated from other worksheets. I need to pick this calculated entry from Excel.
Customer wants us to uplad the template to the form. Using UI Action, can you direct me how to move forward. Any kind of help is appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 01:30 PM
Hi Gurpreet,
Can you help me with the code to be written in business rule. Also how to trigger scheduled import?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2016 04:16 AM
Triggering of scheduled import will also be from business rule?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2016 05:01 AM
Yes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2016 12:58 AM
Hi Arnab,
Write your code in async Business rule. Make sure to put suitable conditions in there.
The code used to trigger scheduled jobs works well with scheduled imports as well.
Creating a Scheduled Job - ServiceNow Wiki