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.