Provide a Transform function that can be used to run a stored procedure on the current row
The current trigger arrangement allows you to use SQL statements to set the value of a single attribute based on some input. While it is posable to call a stored procedure to simplify writing these triggers or even update the attributes table, per...