Hi,
I am trying to IMPORT 'Item Picture' for a particular Item present in NAV by using XMLPORT. I can't find out how to do it. Can anyone suggest the C/AL required for this operation?
Best,
Souvik
I know only one way how to do that, import picture as text. You need to convert picture to bigtext or base64. On xmlport you can convert text to stream and save it in field of BLOB type.
Answers
I know only one way how to do that, import picture as text. You need to convert picture to bigtext or base64. On xmlport you can convert text to stream and save it in field of BLOB type.
for Microsoft Partners
Thanks
Could you please share the code for reference ?