cancel
Showing results for 
Search instead for 
Did you mean: 

SBO 2004 and Company Object

Former Member
0 Kudos

Hi all,

my customer develop with SBO 2004 and SDK 2004.

I develop with SDK 6.5.

This customer has said me that the connection with object Company don't exist in SBO 2004.

You have the example of connection Single sign on in SDK 2004.

Help me, please!

Serema

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The UI Help file for 2004 contains all the details on connecting, including a code sample of how to do single sign on. It is basically much the same as 6.5 with the addition of a new AddonIdentifier property that is used to license your add-on.

Details are in:

UI Help File

- Getting Started

-- Single Sign On

John.

Former Member
0 Kudos

I attend that my partners send me the SBO 2004 SDK and i must answer to my customer.

This costumer sayd me that the object Company don't exixts in SBO2004 but there is a object Node?

Former Member
0 Kudos

There is a company object in the DI, and also a company object in the UI (child of application object).

The single sign on code should work the same as in 6.5 with the addition of one extra statement:

SboGuiApi.AddonIdentifier = "<STRING FROM LICENSE GENERATOR>"

I don't have 2004 on my machine just now to test it, but I have checked an old project I used during 2004 testing and also the checked the 2004 help files.

Perhaps they have not correctly referenced both SAPbobsCOM and SAPbouiCOM in their development project???

John.

Former Member
0 Kudos

Hi John,

i have installed in my pc the SBo 2004 and SDK 2004 and you have raison, the Single Sign On is as in SDK 6.5.

Thank's John

Best regards

Serema

Answers (0)