I would like to see an option to run a python script if a table or feature class in SDE database is changed, e.g. INSERT, DELETE, UPDATE. Something similar to TRIGGER function in Microsoft SQL.
Thanks for the Idea. This functionality sounds a lot like the functionality available using Attribute Rules. Have you looked into whether or not these might suite your needs?
Attribute rules can be triggered on INSEERT, UPDATE, or DELETE. They can even be triggered on a specific field, set of fields, or edits to records of a specific subtype.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.