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
Thanks Sergei.
I did called the GET method for InventoryGenExits and I was able to see all the Issue For Production entries in SAP. I will examine the returned JSON object to work out which properties I want to set when POST to this method.
...
Hi Johan,
I got a reply back from SAP and found out what happen. For some reason when the form close, it not removing the item click event. SAP provide me a solution to force the form to remove the item event once the form is closed. Below is the s...