Migrating the install base information for existing cases

  • Release version: Australia
  • Updated March 12, 2026
  • 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.