[SCCM] How the CI is identified / updated when running SCCM importSummaryHow SCCM identifies the CI: Below are the details how exactly the SCCM works and How SCCM Import identifies and creates/updates the CI?When a record is imported via SCCM we send it through the IRE (Identification and Reconciliation Engine) engine where it will check for the CI Identifiers and try to identify the CI based on matching CI Identifiers. Once it is successful then it creates an entry into sys_object_source with source=SCCM, target=CI SysID, ID = ResourceID/CorrelationID. In further import we find the object source and if we find any record for this resource ID then we update the related CI. If we could not find the entry in object source then it will pass it through the IRE engine and create/update the CI based on identifiers. And this is recorded in the sys_object_source table.Related LinksHow the CMDB Identification and Reconciliation Engine works when passing a CI (as payload) to the createOrUpdateCi()