System Console
Allows System Managers to run ad-hoc scripts using Python or SQL.
Instructions
Type in "System Console" in the top-right search bar
On the System Console page, determine which language to use: Python or SQL.
Enter in script in the Console script section.
Click on Execute to run the script.
Tips
Use
log()to print outputs from the script.Check the Commit checkbox for the script to manipulate data in the system. If this is not checked, data manipulation such as inserts and updates will not stick and will be rolled back.