on 2020 May 14 12:29 PM
We have a warehouse management software that lets our employees at warehouse to create delivery notes based on orders, considering quantity picked. (Not the whole order is always served).
This software used DiApi and creates documents using XML files. What I'm sendiong at the moment is:
- Document Header: CardCode and series for header
- Document Lines: BaseEntry, BaseType, BaseRef, BaseLine, LineNum, ItemCode, Quantity, ShipDate.
Copying that I can create a delivery but I've seen that I left parts of the document that are not copied. Issues I've found out:
- UDF are not copied when they have a default value. (I manually copy them all later, for lines and headers).
- Addresses are not copied when modified.
- Freights are not copied at all.
- SlpCode is not copied for lines, but is copied at doc header
Any idea about what should I copy or not to create new documents based on other? Considering lines could be modified.
Whats the easiest waye to create delivery notes based on orders, or invoices based on delivery notes (next part of my program).
Request clarification before answering.
| User | Count |
|---|---|
| 26 | |
| 13 | |
| 13 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.