Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos

This tutorial will demonstrate how to use SAP  Business one studio for visual studio ,you need to have installed Visual studio and SAP B1 SDK and  SAP B1 studio.

1- Start Visual Studio.

2- select new prject,then SAP B1 Add-on

3- then VS will create project with default form (Form1)

4-Darg and drop component from toolbox to the form

5-go to button properties to customize and add events.

6- go to events and select Pressed after then write:

   Application.SBO_Application.MessageBox("Hello world");

7- According to your SAP B1 client you must run this application,if your client is x86 you must use x86 plateform

   in configuration manager(Build->configuration manager).

8- run the application , this is the result:

Labels in this area