How to bulk import assets into an existing Maintenance contract in ServiceNow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2020 01:58 PM
Hi ... what would be the best approach to bulk importing assets for an existing Maintenance Contract? Is the a template I should use? If yes, can someone share? I have about 500 assets I need to add to a maintenance contract and I dont think I should have to do that 1 at a time. I have all the serial numbers for the devices and they all exist in servicenow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2020 04:36 PM
Hi Miza,
The simplest method is to use an import set and coalesce on the Serial Number or the Asset Tag of the Assets to be added and the Contract Number of the contract they will be related to. The destination table is "clm_m2m_contract_asset". Your ServiceNow Admin should be able to assist you with this. To get a jump on the effort you can start by creating a spreadsheet containing the values I've mentioned above. A mock up of the spreadsheet is in the table below using the Asset Tag for asset identification. If you wish to use Serial Number, simply change the header and write unique serial number values to the column.
Contract Number | Asset Tag |
CNTR0010023 | AT100134 |
CNTR0010023 | AT101289 |
CNTR0010023 | AT123594 |
etc. | etc. |

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2020 12:15 AM