Skip to content

Commit c62e630

Browse files
committed
fix and address comments; device42-servicenow-connector.mdx
1 parent 88186a0 commit c62e630

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

docs/integration/external-integrations/device42-servicenow-connector.mdx

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ The plugin supports the three most recent releases of ServiceNow.
4949
}
5050
```
5151
</details>
52-
![The JS script in ServiceNow](/assets/images/device42-servicenow-connector/the-script-find.png)
52+
53+
![The JS script in ServiceNow](/assets/images/device42-servicenow-connector/the-script1.png)
5354

5455
3. If not found "Device42", add **Device42** to the data source choice list. Navigate to **System Definition > Scripts – Background** (search for it under **All**) and paste in the following script. Leave **in scope** as **global**.
5556

@@ -75,6 +76,7 @@ The plugin supports the three most recent releases of ServiceNow.
7576
}
7677
```
7778
</details>
79+
7880
![The JS script in ServiceNow](/assets/images/device42-servicenow-connector/the-script.png)
7981
8082
## Technical Overview
@@ -297,13 +299,28 @@ Configure the data sync schedules as appropriate for your environment. Search Se
297299

298300
![](/assets/images/SN_Store_Download_4.png)
299301

300-
These can be scheduled to run at certain times and should be run in the highlighted order: Affinity Group, Application Components, Business Applications, Database, Database to Instances, D42-Web-Sites, Web Site, Devices, IPs, Services, and Software Instances. You can click on an individual schedule to change running order , period and time. And then you can **Execute Now**.
302+
The Device scheduled job is set to run at a default time which can be modified if needed. The Device scheduled job will automatically trigger the next scheduled job to run, which will then trigger the next scheduled job, and so on until all of the scheduled jobs are run.
303+
304+
The order the scheduled jobs will run is:
305+
- Device
306+
- IP
307+
- Software
308+
- Service
309+
- Affinity Group
310+
- Application Component
311+
- Business Application
312+
- Database
313+
- Database Instance
314+
- Database to Instance
315+
- Website
316+
317+
You can click on the Device scheduled job to change period and time. And then you can **Execute Now**.
301318

302319
![](/assets/images/SN_Store_Download_5.png)
303320

304-
The scheduled imports first run the respective data source to collect and store data in the import set tables for a given data source. After this data has been imported into this table a transform script is run to map the data into ServiceNow's internal tables. ServiceNow integration plugin leverages ServiceNow's IRE module. For more information on this feature, please visit ServiceNow's documentation page:
321+
The scheduled imports first run the respective data source to collect and store data in the import set tables for a given data source. After this data has been imported into this table a transform script is run to map the data into ServiceNow's internal tables. The ServiceNow integration plugin leverages ServiceNow's IRE module. For more information on this feature, please visit ServiceNow's documentation page:
305322

306-
[https://docs.servicenow.com/bundle/utah-servicenow-platform/page/product/configuration-management/concept/c_CMDBIdentifyandReconcile.html](https://docs.servicenow.com/bundle/utah-servicenow-platform/page/product/configuration-management/concept/c_CMDBIdentifyandReconcile.html)
323+
[https://www.servicenow.com/docs/bundle/zurich-servicenow-platform/page/product/configuration-management/concept/c_CMDBIdentifyandReconcile.html](https://www.servicenow.com/docs/bundle/zurich-servicenow-platform/page/product/configuration-management/concept/c_CMDBIdentifyandReconcile.html)
307324

308325
![](/assets/images/SN_Imports_1.png)
309326

0 commit comments

Comments
 (0)