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

Makedecision does not trigger for a particular Approval procedure

Hello,

We have 2 approval procedures as stated below, both assigned table ADSAccount

1. SA -  select a.ccc_primaryowner as UID_Person from ADSAccount a join AttestationCase ac on a.xobjectkey = ac.ObjectKeyBase where ac.UID_AttestationCase = @UID_AttestationCase

2. PA - select a.UID_Person from ADSAccount a join AttestationCase ac on a.xobjectkey = ac.ObjectKeyBase where ac.UID_AttestationCase = @UID_AttestationCase

When SA is used, make decision triggers but doesn't when PA is used. Not sure whats missing. Please advise

Thanks in advance,