cancel
Showing results for 
Search instead for 
Did you mean: 

Question about running add-on

Former Member
0 Kudos

Why running my program by aparting SBO needs connectingstring ,but not need in SBO's add-on?

What is the details of process running add-on program?

Accepted Solutions (0)

Answers (1)

Answers (1)

barend_morkel2
Active Contributor
0 Kudos

An Add-On can connect to UI API in two different modes:

1.Development Mode

Using the connection string argument within your code

For example:

0030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056

2.Customer Mode (Runtime mode)

Registering the AddOns with the SAP Business One client

->SBO passes a unique connection string for the running client application to your add-on.

Make sure that you create your package with your Add-On using the right connection string!