Skip to main content
Getting a contact through the entities layer is pretty straightforward. You need to import the SuperOffice.CRM.Entities namespace. The following example shows how it is done.
When retrieving a Contact entity through an Idx class, you have to pass the ID of the entity. Then all its properties will be retrieved from the database and kept in memory. This allows you to access the properties. You can alternatively use the services layer.