mucipilbuga
Participant
Member since ‎2023 Nov 25

User Statistics

  • 65 Posts
  • 2 Solutions
  • 10 Kudos given
  • 2 Kudos received

User Activity

Hi,I use SAP B1 with MS SQL serverI need to see which Item Codes consist in warehouse BIN locations via SQL code?Regards
Hi,I need the table of user permissions from SAP B1 Mssql database? Regards,Mucip:)
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...