Skip to main content
We need to retrieve an Entity for several purposes, viewing the properties of an Entity is one such purpose.

Syntax

The following example shows the use of the GetFromIdx function to retrieve an Entity.

Retrieve an Entity with basic properties

Retrieving basic properties of a Contact Entity implies obtaining properties that are neither Entities nor Rows. The following example demonstrates how to retrieve properties of basic data type of an Entity.
Here, the Registered property is of Datetime data type. All the other properties (Department, Kananame, Name, Number1, Number2, OrgNr) are of type String.

See also