Show TOC

Object documentationAdd-On Identifier Generator Window Locate this document in the navigation structure

 

Use this window to generate unique identifier strings to your SDK add-ons. During run time, the license service uses these identifier strings to recognize your add-ons before allowing them to connect to the SAP Business One application.

Each licensing option in the SDK (Development, Installation, and Solution) requires its own identifier. You cannot use the same identifier for the same add-on but in a different license.

For more information, refer to the License Guide located in the Documentation folder of the installation CD.

Add-On Identifier Generator Window
Development, Implementation, Solution

Depending on the type of SDK license you have, choose the appropriate licensing option.

For example, to run your add-on in Development license, choose Development.

License Key Name

Enter a license key name.

This is required only for running add-ons in Solution license.

To get your license key name, post a request in SAP Service Marketplace.

Caution Caution

The license key name is composed of two parts:

<add-on name>_<database type>.

Enter only the add-on name without the database type.

End of the caution.
Generate

Creates an add-on identifier string. In your add-on code, set the AddonIdentifier property with the generated string.