Create cleanup scripts
Use cleanup scripts to automate post-clone steps or to modify data after your clone.
Before you begin
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.
Procedure
Navigate to All > Clone Admin Console > Clone Home.
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.
Cleanup scripts (lists and forms)
Use cleanup scripts to modify data after your clone completes.
Before you begin
Role required: admin
Procedure
Navigate to All > Instance Clone > Clone Definition > Cleanup scripts.
Select New.
Select the order number for your script.
Check Active when your script is ready.
Enter your script in the Script field, and select Save.