former_member272979
Participant
Member since ‎2016 Jan 19

User Statistics

  • 76 Posts
  • 8 Solutions
  • 5 Kudos given
  • 10 Kudos received

User Activity

Hi, I want to know where can I download SAP HANA Hardware Configuration Check Tool to confirm if a system meets the minimum requirements. Regards, William
I’m currently building a web service for the SQL version of Business One. One thing I notice for all applications I built using the DI API that authentication is slow ranging from 10 to 20 seconds. Below is sample code. Public Function P...
I’m currently trying to add freight to sales orders to line items. Below is the current code I have. Dim retVal As String Dim oOrd As SAPbobsCOM.Documents oOrd = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders) oOrd.CardCode = "C0000...
I'm currently making an add-on that reference AP Good Receipts line items to create AP Invoice. Below is the code I have to add the first 5 line items oAP_Inv = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseInvoices) oAP_...
Hi, I'm currently want to add Issue For Production with Service Layer. Below is the form I'm taking about in SAP. Which object do I need to use to add items for this form? Regards, William