cancel
Showing results for 
Search instead for 
Did you mean: 

Integration of Add-On application into SAP B1 screen

Former Member
0 Kudos

Hi,

I have made an AddOn which is installed as an independent application, that is when I run it from SAP B1 "Administration -> Add-On -> Add-On Manager",it runs opening a new window like normal windows application.

Is it possible to install it as a part of SAP Business One application...I mean beside "Administration,Financials,Sales,Production etc" and the whole form is integrated into SAP Business One?

Please advice if anyone has ideas in it....

Thanks in advance.

Soumok.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sankar,

I m trying to do exactly wht u hav said......but can u tell me a bit elaborately with the help of some codes. I m new to it and is coding with Visual Basic 6.0 only (not .NET).

Thanks in advance.

Soumok.

Former Member
0 Kudos

Hi Soumok!

Have a look at the SDK Samples...There is a sample called "AddingMenuItems"..you will find it here => \SAP\SAP Business One SDK\Samples\COM UI\VB6\05.AddingMenuItems

may thats all you need

greetz

Matthias

Answers (1)

Answers (1)

Former Member
0 Kudos

Try to create menu using Menus object and link your form to the menu.

I mean capture the menu event and open your user defined form .

So when user clicks the menu your user defined form will be show.

By doing this way it will be integrated into Business One