Hello everybody,
I build a B1toFile Scenario to write a xml file if a new delivery note is created in SAP B1.
It works very well, but if the delivery note has a lot of item lines the processing is very slow. We often have deliverynotes with 150 lines and more.
This will take up to 15min to write the xml file.
If I look into the messeage log I see a huge message file with all fields and all "Document_Lines" of the delivery note. I don't need all this information. I only need a few fields of the document.
Doesanyone have asolution to restrict it to the fields I only need?