Im Navision werden in den „Sales_header“ und „Sales_header_archive“ die folgende unterschiedliche Art von Sätzen anhand des Feldes
| Document Type | Type Name |
| 0 | Angebot |
| 1 | Auftrag |
| 2 | Rechnung |
| 3 | Gutschrift |
| 4 | Blanket Order |
| 5 | Bestellung retur/Return Order |
| 9 | Budget Daten |
Link/s:
https://docs.microsoft.com/en-us/dynamics-nav/fin-graph/resources/dynamics_salesorder#properties
Und in den „Sales_lines“, „Sales_lines_archive“ und „Sales_invoice_line“ gibt es das ähnliche Feld
If you look at Type Field Properties, OptionString.. we will have
which means
| Type | Bedeutung |
| 0 | Blank |
| 1 | G/L Account |
| 2 | Item |
| 4 | Fixed Asset |
| 5 | Charge (Item) |
Link/s:
https://docs.microsoft.com/en-us/dynamics-nav/fin-graph/resources/dynamics_salesinvoice
https://dynamicsuser.net/nav/f/users/43343/purchase-invoice-line-entry-type

