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