Create asset for multiple CIsIssue Some CMDB records have empty assets. How can we create assets for multiple CMDB records?ReleaseAll supported releases.CauseThe "Create Asset on insert" business rule creates an asset for the CI when the CI is inserted. This business rule only runs on insert. Here are some of the reasons why a CMDB record may have an empty Asset: CIs imported and import was not configured to run business rulesError when creating asset (further investigation would be necessary in this case)Business rule "Create Asset on insert" not active/present at time of CI insertResolutionThe missing assets could be created via the UI or scripts. Note: Perform any testing in a non-production instance first. From UI Navigate to the CI with the empty asset and click on the Mode ID, model_idOnce the cmdb_model loads, click on the model category the CI belongs toClick on "Create Assets" From Scripts Assets can also be created via "Scripts - Background", scheduled jobs, and fix scripts with the following methods: To create assets for multiple CIs:AssetandCI.createMultipleAssets('<sys_id_of_cmdb_model_category>');To create an asset for a single CI:AssetandCI.createAsset('<ci_sys_id>'); Note: See script include AssetandCI for other methods available.Related LinksAsset and CI managementCreate Assets manuallyAsset/CI synchronisation fails to insert the other record if any fields listed in alm_asset_ci_field_mapping don't exist or are empty values.Creating assets and CIs from a CMDB Model form generates incomplete records