• CreateAttestation with parameters

    Good evening everyone,

    I am trying to trigger an attestation from a process and pass the strings for PropertyInfo1 and PropertyInfo2. The version I am using is V. 8.1.5

    If I run the method CreateAttestation(String strObjectKey, Dictionary'2 dicData) from…

  • Getting UIDs of newly created AttestationCases

    Hello Community,

    I'm using the method CreateAttestations in a script with an array of objectkeys as input:

    ..
    Dim arrXObjKey As String() = colObjects.Select(Of String)(Function(t) t.GetValue(Of String)("XObjectKey")).ToArraySmart()
    Dim policy As…