Hello all!I cannot find a clue how to resolve the vBP.SalesPersonCode property into the name it belongs to. Where can I find the table with all SlpCodes and their names? Is this information able to be accessed by a SAPbobsCOM-Object?Thnx in advance!
Hello!Wen I export contacts to a XML-File, the field "ContactCode" always is 0. I need the value for import and override an exist contact (GetByKey(ContactCode)) from XML-File. Any idea?Regards,Stephan
Hello!I have two userfields which include extra amount added to price. When the user change the price in purchase-pricelist (item master data), i change the price in the sales-pricelists (SDK-DI Items_Prices). But the update is not visible on screen....
Hello, I would like to create a Businesspartner-Object from a XML file. Unfortunately always appear the error -1114. What´s wrong? Thanks, Stephan here my VB6 Testprogram: Sub TestXML() Dim vCmp As SAPbobsCOM.Company Dim nResult As Long D...
Hi!The "Command Centre" are the items of the Submenu "Module". When you add an item to this Submenu, it will apear automatic in command centre.hth, StephanVB6 Sample:Sub AddMenuItem() Dim oMenuModule As SAPbouiCOM.MenuItem Dim oMenus As SA...
Hi Frank,I try with- xet_AllNodes (then the import crash)- xet_ValidNodesOnly (then there is no ClgCode)- xet_NodesAsProperties (then the import crash)Any idea?Regards,Stephan
Hi Dennis!' - Create new order...objOrder.Add ' - Update orderlngRet = objOrder.GetByKey(lngDocEntry)if lngRet <> 0 then ... objOrder.UpdateendifAs far as i know, you must set every (mandatory) property. A methode like objOrder.RestoreXML(<FileN...
Hi Dennis,here is a sample for update a businesspartner. I hope that help.Btw: Dear SDK-Developer, a property like object.<b>Item(</b>i<b>)</b> would be very nice ' -Public Procedure UpdateBP() Dim vCmp As SAPbobsCOM.Company Dim nResult As Long, ...