ramco1917
Participant
Member since ‎11-12-2019

User Statistics

  • 426 Posts
  • 1 Solutions
  • 13 Kudos given
  • 2 Kudos received

User Activity

Hi I have below code but Menu not getting creatednamespace Sap_B1{static class Program{public static SAPbouiCOM.Application oApplication = null;public static SAPbobsCOM.Company oCompany = null;/// <summary>/// The main entry point for the application...
Hi  How to add Item Master Foreign Name in Inventory Warehouse Report using SDKThanks
HiI am getting error - Failed to connect to SAP B1 error :- The specified resource namecannot be found in the image file.Below is the codeCompany oCompany = new Company();oCompany.Server = "Live_ServerT";oCompany.CompanyDB = "Max";oCompany.UserName =...
Hi I am getting below error . System is 64bit. Company oCompany = new Company();oCompany.Server = "SapServer";oCompany.CompanyDB = "Sap_Test";oCompany.UserName = "manager";oCompany.Password = "man@234";oCompany.DbServerType = BoDataServerTypes.dst_MS...
Hi  Is it possible through Notification that when user create new item in Item Master it should only allow to add it in In-Active Mode, I have 1 user only that person should be able to Active the Item , all other users when Add Item it should be in I...