When a user has validated an entity I would like to kick off a stored procedure. In the business rules section there is the ability to trigger a workflow but no ability to select an SP or run a job.
I could put a trigger on the MDS tables or alter the stored procedures that MDS creates but I'm afraid those change might be blown away by MDS as part of a normal housekeeping routine, upgrade, whatever.
What is the best practice for kicking off back end processes when a record has validated successfully?