📚 SAP Business One SDK Help

Refresh Method
See Also  Example

Description

Reloads the cockpit from the SAP Business One application. Use this method to get the updated data from the database.

Syntax

Visual Basic
Public Sub Refresh() 

Example

Refreshing Cockpit UI from the Database (C#)Copy Code
SAPbouiCOM.Cockpits ckpts = sbo_Application.Cockpits;  
ckpts.Refresh();    // This command takes a few seconds 

See Also