Skip to Content
Author's profile photo Mokhtar FECHAR

Add on using SAP Business one studio for VS P1(Hello World C#)

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

1.JPG

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

4-Darg and drop component from toolbox to the form

2.JPG

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

0.JPG

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).

4.JPG

8- run the application , this is the result:

5.JPG

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.