Create cleanup scripts

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • Use cleanup scripts to automate post-clone steps or to modify data after your clone.

    始める前に

    Role required: admin

    Verify that custom scripts have proper error handling to avoid issues. Without proper error handling, failing customized scripts can help prevent subsequent scripts from executing.

    手順

    1. Navigate to All > Clone Admin Console > Clone Home.
    2. Select Definitions from the secondary navigation.
    3. Select the Cleanup scripts tab.
    4. Select New.
    5. Enter a name for your script.
    6. Select the order number for your script.
    7. Check Active when your script is ready.
    8. Enter your script in the Script field, and select Save.

    Disable emails

    To create a cleanup script to disable emails, do the following.
    • Select New on the cleanup scripts tab.
    • Add the name Disable emails.
    • Check Active.
    • In the script field, add
      gs.setProperty("glide.email.read.active", false);gs.setProperty("glide.email.smtp.active", false);
      .
    • Select Update.

    Cleanup scripts (lists and forms)

    Use cleanup scripts to modify data after your clone completes.

    始める前に

    Role required: admin

    手順

    1. Navigate to All > Instance Clone > Clone Definition > Cleanup scripts.
    2. Select New.
    3. Select the order number for your script.
    4. Check Active when your script is ready.
    5. Enter your script in the Script field, and select Save.