Bulk import of your enterprise models and assets
Summarize
Summary of Bulk import of your enterprise models and assets
The bulk import feature allows you to transfer multiple enterprise models and assets to your ServiceNow instance efficiently. Using the Enterprise Asset workspace, you can create an import record by downloading a designated spreadsheet template. Itβs crucial to fill in all mandatory fields accurately before uploading the template and initiating the import process, which triggers the EAM Bulk Import subflow.
Show less
Key Features
- Import Modes: Choose from various modes for importing or updating models and assets, including:
- Create models
- Update models
- Create assets
- Update assets
- Create models and assets
- Update models and assets
- Templates: Download specific templates based on your selected mode. Ensure that all mandatory fields are populated correctly for successful imports.
- Customization: You can customize templates by adding new columns, which involves updating the staging tables and modifying the Database view table.
Key Outcomes
When you initiate the import, scheduled jobs are executed based on the selected mode, ensuring that data is accurately transferred to the appropriate staging tables. The process validates the data and creates records within your ServiceNow instance, facilitating effective management of enterprise models and assets.
Use a subflow to import enterprise models and assets of multiple types to your ServiceNow instance at one go. You can also perform a bulk update on existing models and assets.
Overview
Use the Enterprise Asset workspace to do a bulk transfer of all your enterprise models and asset from a different database to the ServiceNow instance.
Create an import record by downloading a template in the form of a spreadsheet (.xlsx). Ensure that you enter valid values in all the mandatory fields before uploading the template. Attach the template to the import record and select Import to begin the import process.
After you select Import, the EAM Bulk Import subflow gets triggered. Scheduled jobs are initiated and data in the spreadsheet is copied to the appropriate staging tables. The staging tables are validated and records are created in the ServiceNow instance.
Modes
- Create models
- Update models
- Create assets
- Update assets
- Create models and assets
- Update models and assets
Templates
| Modes | Corresponding template |
|---|---|
|
Model template |
|
Asset template |
|
Model and asset template |
- Add the new columns to the staging tables.
- Modify the list view on the Database view table [sn_eam_import_template] to include the columns you want to display in the spreadsheet. Enter the string sn_eam_import_template.list in the filter field on your instance's navigation bar.
- Add field mappings in the Model or Asset transform map.
Scheduled jobs
The following scheduled jobs execute as part of the EAM Bulk Import subflow.
The scheduled jobs execute based on the mode that you select.
The EAM Bulk Import - Upload File job is executed for all modes. For the Create Model or Update Model modes, the EAM Bulk Import - Transform Asset doesn't execute. Similarly, for the Create asset or Update asset modes, the EAM Bulk Import - Transform Model doesn't execute.
For example, if you select the Create models and assets mode, the scheduled job, EAM Bulk Import - Upload file uploads the data from the spreadsheet to the three staging tables. Then the Scheduled job, EAM Bulk Import - Transform Model executes the model and model component transform maps. After the model transform maps are complete, the EAM Bulk Import -Transform Asset scheduled job executes the asset transform map.
Staging tables
- Model Import Staging [sn_eam_model_import_row]β
- Model Component Import Staging [sn_eam_mc_import_row]β
- Asset Import Staging [sn_eam_asset_import_row]β