• Recalculate single Attestation Case on Event (Identity Manager 9.2)

    Hi,

    I have a question and hope you can help here.
    We have an Attestation Workflow with custom approval methods. When an Identity is temporarily deactivated I want to recalculate the corresponding Attestation Case (or bettter: just this approval step). 

  • Is it possible to use old values in a script?

    I would like to use $CustomProperty01[o]$ using Entities

    Dim empQr = Query.From("Person").Where(String.Format("CentralAccount = '{0}'",cAcc)).SelectAll()
    Dim empRes = Session.Source.GetCollection(Of Person)(empQr, EntityCollectionLoadType…