Browsing Category

Sap business one sdk

Set Default Layout DI API

    Set Default Layout DI API: Public Sub setDefaultLayout(_LayoutCode As String, _ReportCode As String, _UserID As Integer) Dim oCmpSrv As SAPbobsCOM.CompanyService Dim oReportLayoutService As ReportLayoutsService Dim…

DIY Business One automation

DIY Business One automation:  Automation of SAP Business One with the help of the SDK can be quite simple, but for a lot of not-full-time developers (that means mostly customers wanting to build their own functionality and such), it…

The secrets of SRF

Most of Sap Business One SDK developers are familiar with the Screen Painter Add-On and its capabilities of creating and configuring new forms in order to implement them later in custom add-ons. It is also well known that the…