FirstRecord Method
The FirstRecord method moves the record pointer to the first record in a business component, making this record the current record. It uses the following syntax:
BusComp.FirstRecord();
For example:
SiebelApp.S_App.FindApplet(appletName).BusComp().FirstRecord();