Get any object data (attribute)

Build 1501 on 14/Nov/2017  This topic last edited on: 6/Dec/2016, at 16:00

Get an object attribute ("attorneyname") from its id (attorneyId), through a GenericAccessObj:

Dim attorneyname As String = UtilsBase.GetObjAttrValue(attorneyid, "attorneyname")