mucipilbuga
Participant
Member since ‎11-25-2023

User Statistics

  • 56 Posts
  • 1 Solutions
  • 7 Kudos given
  • 1 Kudos received

User Activity

Hi,I use Service layer with PHP on Linux. In my situation there may be one or more than one Resource lines in the Product Tree. I want to delete specific resource line or lines  from Product tree.I use here and there is ProductTrees function. But I s...
Hi,I need to some rows from product tree. Because I have Item rows and Resource rows. I want to delete only ITEM rows below code:If vProdTree.GetByKey(agacKod) ThenFor i As Integer = 0 To vProdTree.Items.Count - 1vProdTree.Items.SetCurrentLine(i)If v...
Hi,I use SAP business One Service Layer with PHP/Curl without any problem.But I could not use Service Layer with Visual Basic unfortunatelly. I always getting 500 error?!I guess I am doing something wrong?!Please is there any sample code with Visual ...
Hi,I want to get warehouse report with SDK or Service or maybe SQL?I want to see actual bin locations and it contained item card and quantity.I found some SQL samples here but it shows DefauldbinLocaiton of item card. But I may put the items other bi...
Hi,I want to use Service Layer in SAP B1 with PHP. It looks good.But when I want to add Item with below paremeters I got error ""Property 'UgpEntry' of 'Item' is invalid.My POST paremeter is:$data = array("ItemCode" => "$gelenStokKod","ItemName" => "...
Kudos from
Kudos given to