I have received an internal request to see if I can devise a way to trigger a warning message box whenever ANY business process “touches” a specific set of project IDs.
Conceptually, I don’t think this can be done since the requirement for “ANY” business process is immensely broad… and… BPMs need to be applied to specific data/method directives. I don’t believe there is a way to trigger a BPM for ANY data/method directive.
there really is not a way to do this… you CAN create a DATA BPM that will do something every time the data from a specific TABLE is updated, so if they update the Project table, then you can trigger the warning. but since the project is also in all sorts of other places (job, sales, po, etc) you would not know unless you attached a data BPM to each of those data tables as well.