📚 SAP Business One SDK Help

DataBrowser Object
See Also  Members 

Description

The DataBrowser enables to navigate between records that are selected from the database or from XML formatted data. All business objects can call the DataBrowser object using the Browser property. You must use a Recordset object to initialize the DataBrowser object.

You cannot create a new DataBrowser object, it is invoked as a Browser property of a business object.

Object Model







Remarks

To use the DataBrowser object, first create a new Recordset object, preform the required query, and then assign the Recordset object to the Recordset property of the DataBrowser object.

See Selecting Information Using the Recordset and DataBrowser Objects sample.

Example

See Also