Hi all,
I have a table "My Table" with field A as primary Key, B, C , and D.
it has records :
A B C D
1 2 3 4
2 1 2 3
first i want to export field B, C, and D
After that i change the value of D in the export file and import it back to the table
How to do that??
Please help me, i'm new to navision.
0
Comments
Actually this is for physical inventory. We want to export the item number, location, and qty calculated.
After that user modify the qty based on real stock, and import it back to navision.
that said, i think you've a lot of customization in that area :-k
now, please define what is your table, what are the fields and what is the primary key.
If you don't have the PK in the exported file, there's no way to update fields in the table, because you cannot identify on which record you have to put the new values
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
what i want try to do is to export some fields to a text file, and that text file is used by some handheld device to calculate quantity of item on warehouse.
And based on that device calculation i want to import it back to navision.
PK fields
-journal template name
-journal batch name
-line no.
field(s) to modify
-quantity calculated
additional fields
-item no.
-run the dataport and export the data.
-after the device reads the file, it has to modify the quantity field and then create a new text file with the modified quantity
-run the dataport to import the new file
-make sure to check if you need to run some validate trigger
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog