First method: Component Interface collection
Syntax
First()
Description
The First method returns the first Component Interface in the Component Interface collection object executing the method. This returns the structure of the Component Interface with only the key fields filled in. The rest of the data is not present. To populate the Component Interface with data, you must set the key values and use the Get method.
Example
&MYCI = &CICOLLECTION.First();