Hi,
Customer.[Last Date Modified] column records don't save hours, minutes and milliseconds . Exmple: "2010-12-12 00:00:00.000".
How do we enable them in NAV to be stored?
Regards,Antanas SakalauskasOptimusCRM UAB
check the table for the field type.
if the type is DATE then all it does is save the date.
for date & time you need it to be DATETIME
msdn.microsoft.com/.../dd355274.aspx