The combination of approval policy and attestation procedure is not valid

Hey,
I'm trying to transport an attestation policy from DEV env to Test env with all it's related Objects and I keep geeting this error. I'm using version 8.01 V

The last point in the Crash report is select 1 where exists (select 1 from AttestationObjectHasPWODM where ((AttestationObjectHasPWODM.UID_AttestationObject = 'aa638da4-725f-433b-abe2-29f207cf645a') and (AttestationObjectHasPWODM.UID_PWODecisionMethod = '8422e241-2a1a-4318-9147-98f0c8083aa1')))

Can you help me please

Thank you

Parents Reply
  • Hello,

    You need to insert into AttestationObjectHasPWODM table manually for one time. You insert your attestation procedure UID (UID_AttestationObject) and your workflow UID (UID_PWODecisionMethod). You can click on the column and find your related Attestationprocedure and Workflow. After that process you can create your attestation policy easily without no error.

    BR.

Children