former_member499436
Explorer
Member since ‎2017 Aug 07

User Statistics

  • 15 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I got UserLanguages from https://server:50000/b1s/v1/UserLanguages "LanguageFullName": "Hebrew", "LanguageFullName": "English", "LanguageFullName": "Polish", "LanguageFullName": "English (UK)", "LanguageFullName": "German", "L...
In our project , we need to create a journalentry while saving the Udo form. We use sql for database and sap version is 10.00.191. For this, we initiate a transaction for journal entry in Form_DataAddBefore and commit the transaction if Form_Dat...
We create a delivery with the DI API and update our sql table in the same transaction. If the update query fails, we also rollback the delivery creation process. We failed to run update query with Servicelayer. We want to do these operations in a sin...
We are using SAP B1 10 PL00 on sql server 2014. We write webservice application and publish it to IIS 10. We are using DI API at web service. When one user call method there is no problem(creates and update all documents) But if more than one...
Hi , I set the Quantities decimal settings to 6 .. Administrator->System Initialization->General Settings ->Display-> Quantities -> 6 Then i try to add new Purchase Invoice with ServiceLayer. ...