ActivateMenuItem | Simulates a user click on a menu item. |
ActivateToolbar | Simulates a user click on a toolbar icon. |
CreateObject | Creates an object of the specified type.
Use this method to create forms, menus, or conditions for DBDataSource.Query. |
ExportRptAsXML | Returns an XML string representation of the report. |
GetFileFromBrowser | Triggers the Web browser to upload a file to the server. After the file is uploaded, returns the full path of the file that is saved in the server. |
GetFilter | Returns the current event filter on the Application object. |
GetFormItemDefaultHeight | Returns the default height of the item. |
GetFormItemDefaultWidth | Returns the default width of the item. |
GetLastBatchResults | Returns a string indicating the results (errors or warnings) of the last call to the LoadBatchActions method. |
LoadBatchActions | Loads XML in order to create forms, items, menus, and matrix columns in a single API call.
Define the forms, items, menus, and matrix columns by created an XML file based on the schema described in Adding Forms with XML. |
MessageBox | Sends a modal message box to the SAP Business One application. |
OpenForm | Opens an SAP Business One system form or a user-defined object (UDO) form. |
RemoveWindowsMessage | This method enables you to deal with extreme scenarios. When an add-on needs to take a long time to process a UI API event, it prevents SAP Business One from processing the Windows message queue. Consequently, the message queue overflows, and if the add-on performs any other call back to SAP Business One via COM, it causes a system RPC failure. |
SendFileToBrowser | Sends a file that is stored in the server to a Web browser. |
SendKeys | Simulates a user pressing one or more keys in the active form. |
Serialize | Serialize |
ServerInvoke | method ServerInvoke |
SetFilter | Sets an event filter for a specific form. |
SetStatusBarMessage | Deprecated in UI API 2004. The method is supported in the next two releases for backward compatibility. Instead, use Application. StatusBar to get a status bar object, and then call StatusBar.SetText. |