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

ITShop - Approval workflow - Calculated group of approvers

Hi,

I try to use the "CP - Calculated group of approvers" procedure.

First I try to select the manager of the "UID_PersonOrdered" person with the condition below:

select *

from Person

where UID_Person in

(

          select UID_PersonHead

          from Person

          where UID_Person = '@UID_PersonOrdered'

)

But the request was aborted with the following reason: "Approval decided by the system, no approver available."

This is why I suppose my condition is not correct.

Does anyone see the error?

Regards,

Serge

Parents
  • Hi Steffen,

    Thank you for the "alias advice" which is much more convenient.

    You are right, the requestor is also the decider but the QER\ITShop\PersonInsertedNoDecide parameter is already inactive (as well as the QER\ITShop\DecisionOnInsert parameter).

    I am using an Oracle database server (apologizes to have not mention this point before) but I meet the same error with v_uid_personwantsorg.

    Regards,

    Serge

Reply
  • Hi Steffen,

    Thank you for the "alias advice" which is much more convenient.

    You are right, the requestor is also the decider but the QER\ITShop\PersonInsertedNoDecide parameter is already inactive (as well as the QER\ITShop\DecisionOnInsert parameter).

    I am using an Oracle database server (apologizes to have not mention this point before) but I meet the same error with v_uid_personwantsorg.

    Regards,

    Serge

Children
No Data