Hi all,
I've written a small window that pops up when the Add button is pressed on the order screen that allows the user to select some extra fields.
At the moment I'm using the SAPbobsCom.Company object to connect to the database. Obviously this is not ideal as I have to have the server, CompanyDB, UserName, Password, language etc hardcoded into my code.
Is it possibly to connect to the running instance of SBO without providing passwords etc and still have access to objects like DoQuery, GetBusinessObject, GetByKey etc.
Thanks
Hi, Andrew
If you work with SBO 6.5 you can use Single Sign-On (see UI 6.5 Help Getting Started - Single Sign-On). If you work with SBO 6.2 - it's possible, but less convinient.
I've asked for help in this forum and I was helped. You can find this post by search.If you'll can't find it - I'll send you sample code
Best regards,
Mark
Add a comment