• SEARCH AND CREATE for ADS and UNS and understanding of account definitions

    Hi All,

    Please correct me if I'm wrong, that I understand that account definitions are the ones that triggers the creation of ADSAccount when a new Person is created. 

    Likewise when a Person has an ADSAccount already linked, any updates like change…

  • Updating PersonInOrg

    Hi

    Normally, we will want to update DB objects as such 

     

    Dim dbObject As IEntity
    
    dbObject = Session.Source.Get("CustomTable", UID_CustomTable)
    dbObject.PutValue("column", "newvalue")

    We wanted to update UID_Org in PersonInOrg…