Hi,
in my workflow I have a custom decisione method witha query that return me the approver for that step based on a query that watch on a custom table where I have the approvers for a certain deparment.
So when I have to retrieve the approver for a request for a Person I get the deparment of that person and query my custom table with the UID of the department returning all approver for that department (is more complicated but the base concept is this).
When I change entry in this custom table I'd like to check if there is any approver in my PWOHelperPWo that is changed in my custom table and recalculated the approver for every step the old approved were involved.
How can I do that?
Michele