---
sourceDocument: Australia Core Business Suite
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/core-business-suite

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Core Business Suite

ft:clusterId :

    - cbs

bundleId :

    - cbs

workflow :

    - Core Business Suite


---

# Reapply the default configurations

# Reapply the default configurations {#ariaid-title1}

Release version: Australia  
Updated April 5, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
If the default configurations aren't applied for Core Business Suite or its business units, reapply the default configurations by running a script.

## Before you begin

Note:  
When the default configurations aren't applied, the following message appears:

Installation succeeded, but some default configurations couldn't be applied. Review and complete the remaining steps in
configuration.

Role required: admin

## Procedure

1. Navigate to AllSystem DefinitionScript - Background.  
   The run script page opens.
2. Copy this script and paste it into the script editor.  

       var driverScript = new sn_cbs.CBSDriver();
       var result = driverScript.onBUTrigger("placeholder");
       gs.info(JSON.stringify(result, null, 2));

3. Replace `placeholder` with the appropriate business unit name.  
   Note:  
   Use only the supported business unit names when replacing the text placeholder. Using an incorrect name can cause the script to fail.

   Business unit names are: CBS, WSD, LEGAL, HR, S2P, HEALTH, FCM.
4. Select Run Script.  
   After the script completes, the script-completed page displays the execution logs followed by a success message.

*[\>]: and then


