Hello
We try to import new "Extended Text" entries with Rapid Start.
For testing, we de-selected all optional fields for the Excel Export, so we only work with the primary keys.
- Import Extended Text Header (Table 279).
- Import Extended Text Line (Table 280).
Problem: Step 2 fails, because in Step 1 Navision ignores the "Text Number" Value which is needed to connect the header entry with the line entry. All values are imported as we set them in the Excel except the "Text Number".
It seems NAV creates a new text number automatically. For this, it takes the [last number for the same combination of primary keys] +1.
This would make it very hard for mass updates in these tables, as one would have to import headers first and then read the complete table and find the headers with no corresponding line just to get the needed "Text Number".
Any help would be appreciated.