Hi,
I'm using BC15.
I want to add multiple images to an Item and aslo I want to export/download these item images back to local folder from BC.
I have created an action "Add image" and add below code to add the images.
itemRec.Picture.IMPORTFILE('C:/Images/cycle.jpg', 'Demo image for item ' + FORMAT(itemRec."No."));
itemRec.Picture.IMPORTFILE('C:\\Images\\cycle2.jpg', 'Demo image for item ' + FORMAT(itemRec."No."));
itemRec.Picture.IMPORTFILE('C:\\Images\\cycle3.jpg', 'Demo image for item ' + FORMAT(itemRec."No."));
But I can see only first image on item picture factbox. and also when I tried to export an image, only one mage is exported.
Can you please let me know to how to see these images?
And also means to export it.
Thanks in advance.