cancel
Showing results for 
Search instead for 
Did you mean: 

Add-on running in BusinessOne

Former Member
0 Kudos

Hi

When BusinessOne launches my Add-on (after to install it), my Add-on stop on the Connect function of the UI (see code below).

If i stop and starts again BusinessOne, BusinessOne run my Add-one correctly!!!

Do you have an idea?

My Code :

Dim WithEvents msa_Application As SAPbouiCOM.Application

Dim dsa_SboGuiApi As SAPbouiCOM.SboGuiApi

Dim dst_ConnectionString As String

dsa_SboGuiApi = New SAPbouiCOM.SboGuiApi

dst_ConnectionString = Command()

dsa_SboGuiApi.AddonIdentifier = "4CCVGE69A68489E38CB42ZSEE8678CD23DCFC11C22706A54CBD2A5D5F6E4150A19B909FBA0FADFC"

dsa_SboGuiApi.Connect(dst_ConnectionString)

msa_Application = dsa_SboGuiApi.GetApplication()

Accepted Solutions (1)

Accepted Solutions (1)

Eneveux
Product and Topic Expert
Product and Topic Expert
0 Kudos

Francis,

If your are using Business One 6.5 or 2004, this behavior is correct. After you install your add-on, you must exit SAP Business One after the add-on installation is complete and then re-start SAP Business One for your add-on to work. This is normal functionality for these versions of Business One. With the release of SAP Business One 2005, when logged in as administrator on a workstation, and installing your add-on, you will not need to re-start SAP Business One.

Hope this helps,

Eddy

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Thanks very much, i'm waiting 2005 release of BusinessOne.

Eneveux
Product and Topic Expert
Product and Topic Expert
0 Kudos

Francis,

If you have a moment, could you assign points to the Solved Problem.

Thank you very much,

Eddy