Skip to main content

Coresuite Service -- How to use Customize Namespace

Comments

1 comment

  • Phillip Rath
    string companyDatabase = @"YOUR_DB";
    using (CoresuiteServiceAPI.SAPConnection sap = CoresuiteServiceAPI.SAPConnection.CreateConnection(companyDatabase)) {
    SAPbobsCOM.Company oCompany = sap.GetB1Connector().Company;
    }
    0

Please sign in to leave a comment.