mucipilbuga
Participant
Member since ‎11-25-2023

User Statistics

  • 59 Posts
  • 1 Solutions
  • 8 Kudos given
  • 1 Kudos received

User Activity

Hi,I can see tables and field desriptions in query generator. It must be written in the SQL Server.I want to use this information in my PHP code. I can see all the tables with below SQL Statement;SELECT name FROM SYSOBJECTS WHERE xtype = 'U' ORDER by...
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...
Kudos from