This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Recalculate workflow step when personhead change

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

Parents
  • Hi Michele,

    OK so you'll need to use QER_PITShopHelperFillAll ...... I would experiment with it in DEV ..... to make sure you pass the right arguments ...... it takes a parameter of @DecisionRules but I'm not certain on the syntax.

    Regards, Barry.
Reply
  • Hi Michele,

    OK so you'll need to use QER_PITShopHelperFillAll ...... I would experiment with it in DEV ..... to make sure you pass the right arguments ...... it takes a parameter of @DecisionRules but I'm not certain on the syntax.

    Regards, Barry.
Children
No Data