---
sourceDocument: Xanadu Customer Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/customer-service-management

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu Customer Service Management

ft:clusterId :

    - csm

bundleId :

    - csm

workflow :

    - Customer and Industry


---

# Migrating the install base information for existing cases

# Migrating the install base information for existing cases {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Your customer service agents can use the case form on the CSM Agent Workspace to add an install base item to an existing case.  
To populate existing cases with the install base information, agents can use the following sample script:

    var installBaseMigrationUtil = new sn_install_base.InstallBaseMigrationUtils();​ 
    installBaseMigrationUtil.populateInstallBaseOnCases(); 

The migration script populates cases with the install base information, only if the case is associated with the install base item. To associate a case to an install base item, see [Associate multiple install base items to a case](https://servicenow-prod.fluidtopics.net/BqRkwf3H~Aj~IsPpozS0Eg "In the Customer Service Management application, you can associate one or more related install base items to a case to access all the install base items that are associated to the parent install base item.").

