<< Click here to display Table of Contents >> Navigation: Install, Configure and Administer GN4 > Configuring GN4 > Configuring Add-ins and scripts > Working with GN4 Scripts > Getting data from database:
Get an object attribute ("attorneyname") from its id (attorneyId), through a GenericAccessObj:
Dim attorneyname As String = UtilsBase.GetObjAttrValue(attorneyid, "attorneyname")