Create cleanup scripts
Use cleanup scripts to automate post-clone steps or to modify data after your clone.
Before you begin
Role required: clone_admin
Procedure
- Navigate to .
- Select Definitions from the secondary navigation.
- Select the Cleanup scripts tab.
- Select New.
- Enter a name for your script.
- Select the order number for your script.
- Check Active when your script is ready.
- 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.