NAV 2013 R2
The database will be remigrated to, but I want to be able to put back the employees pictures from the current NAV Company.
How do I save blob fields?
Cheers
Dave K
NAV 2013 R2
The database will be remigrated to, but I want to be able to put back the employees pictures from the current NAV Company.
How do I save blob fields?
Cheers
Dave K
You need to export BLOB field using XMLPort and Import…
Thanks, but I get in the xml instead of data.
Is there a trick to this (do I need to do some stuff in a code unit rather than just running the xml port from the object designer)?
Thanks
Dave K
We use the export function from a report.
like this:
IF Item.Picture.HASVALUE THEN Item.Picture.EXPORT(‘c:\temp’+Item.“No.”+’.JPG’,FALSE);
& obviously the Import function to bring then into NAV