Skip to content

Commit 43b8753

Browse files
Create softwareCreationREADME.md
1 parent f49d864 commit 43b8753

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This script automates the creation of Software Instance relationships in the CMDB during data import or transformation.
2+
It ensures that each discovered or imported software record is correctly linked to the device on which it is installed, without creating duplicates.
3+
4+
5+
6+
The SoftwareUtils Script Include provides a utility function that checks whether a specific software (cmdb_software_product) is already related to a device (cmdb_ci_computer, cmdb_ci_server, etc.) through a Software Instance (cmdb_software_instance) record.
7+
8+
If the relationship does not exist, it creates a new software instance automatically.
9+
10+
This logic can be used directly within a Transform Map Script (onAfter) during software data import.

0 commit comments

Comments
 (0)