Python Scripting Toolkit Applications
March 12, 2019 at 4:00 pm - 5:00 pm GMT

- This event has passed.
The GRANTA MI:Scripting Toolkit for Python can automate difficult, time-consuming database tasks. In this webinar we will use a Python script to periodically scan a GRANTA MI database, color records based on their proximity to a “data expiry date”, and email a report.
You will learn how to:
- Generate a list of all records in a table
- Export a date attribute from all records, and compare with today’s date
- Change record color based on your own criteria
- Periodically run the script using Python.