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.
...
I am getting xml from my first company with docform.savetoxml(filepath) . This code gives me full xml.
I dont change any part of this xml. And create new document with this xml by code (Documents)Initializer.oCompany.GetBusinessObjectFromXML(filePa...
Thanks Ankit,
But i dont want to order 2 columns.
I only need to know in which column is sorting and what is the sorttype of the column (ascending/ descending).
I can get the info about the valueof the column with GridSortAfter ( "pVal.ColUID"...