I'm trying to update a customer record via a dataport that imports files with only three fields.
Those fields are updated, but all other fields are emptied/defaulted.
AutoSave, AutoUpdate and AutoReplace properties of the dataport are all 'No', though I have tested changing them to 'Yes'.
I want the other fields in the record to stay as the are - how do I do that?
Regards,
Fredrik
0
Comments
www.mibuso.com
www.navision-girl.com
www.dynamicsuser.net
No and Field1Value etc. are global variables read in dataport...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I also found out, I missed the Customer.GET statement (used Customer.INIT instead, which probably caused the undesired result)