GetByKeys | Returns a DI object that match the unique ID (BusinessObjectInfo.ObjectKey) generated by the UI when FormDataEvent occurs. For more information, please refer to FormDataEvent event in UI Reference. |
 MoveFirst | Moves the business object that is connected to the first result in the Recordset. |
 MoveLast | Moves the business object that is connected to the last result in the Recordset. |
 MoveNext | Moves the business object that is connected to the next result in the Recordset. |
 MovePrevious | Moves the business object that is connected to the previous result in the Recordset. |
 ReadXml | Browses XML formatted data and enables to update the data. |
 Refresh | Refreshen the results set. You can use the Refresh method when you want to run a new query with the linked Recordset object. |
 BoF | Returns a Boolean value that specifies whether or not the pointer is at the beginning of the result set. |
 EoF | Returns a Boolean value that specifies whether or not the result set has reached the last record. |
 RecordCount | Returns the total result count returned by the query. |
 Recordset | Sets the Recordset object that you want to link to. |
Â
Â