📚 SAP Business One SDK Help

DataBrowser Object Members
See Also  Overview 

Public Methods

Public Method GetByKeysReturns 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.

Public Method MoveFirstMoves the business object that is connected to the first result in the Recordset.
Public Method MoveLastMoves the business object that is connected to the last result in the Recordset.
Public Method MoveNextMoves the business object that is connected to the next result in the Recordset.
Public Method MovePreviousMoves the business object that is connected to the previous result in the Recordset.
Public Method ReadXmlBrowses XML formatted data and enables to update the data.
Public Method RefreshRefreshen the results set. You can use the Refresh method when you want to run a new query with the linked Recordset object.

Public Properties

Public Property BoFReturns a Boolean value that specifies whether or not the pointer is at the beginning of the result set.
Public Property EoFReturns a Boolean value that specifies whether or not the result set has reached the last record.
Public Property RecordCountReturns the total result count returned by the query.
Public Property RecordsetSets the Recordset object that you want to link to.

See Also