• 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…

  • Calling Method "Disable" on ComplianceRule fails, both in Properties page and in CallMethod, but the Tasks "Disable rule" works?

    On attempting to disable compliance rules programmically(after Attestation Deny), the "Disable" CallMethod appears to do nothing. 

    Manually clicking/using Object Browser's Method definitions or Manager's Tasks for "Disable rule" works, but calling…

  • Frozen jobs: "Created by QBMDBQueueProcess: call method Replace for object type personwantsorg"

    Hi.

    We get, from time-to-time frozen jobs, that I cannot find out the reason for why.

    Is there anyone here, that knows what this means and pherhaps why?

    Here are some examples from the log file from today (I have removed the product and person name):

  • 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…

  • Method GetNextID for DialogNextID not working anymore?

    Hi people,

    I've recently tried to call the method "GetNextID" on a DialogNextID object using a script. It seems that calling this method does not affect the loaded DialogNextID object. I was wondering if anyone else ran into this problem in…