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,