Working with Data Classes |
|
![](/_.gif) |
Every data table in your web has an associated class,
the data class. The scripts in a data class are activated anytime the data table is modified.
For example,
you can write a script that sends an email whenever
a new record is inserted into a data table. Or you can
write a script that automatically inserts a record in
a second table when a new record is inserted by the
user. Data class are also a good place to validate before it is entered in to the data table.
The
following topics discuss working with scripts in data
classes:
Creating
Scripts in a Data Class
Calling
Functions from Data Class Scripts
Accessing Data with Data Class Scripts
|