Batch import of CP Pictures

Frekie
Frekie Member Posts: 19
edited 2004-12-21 in Navision e-Commerce
Is there a way to batch import any given number of pictures into the CP Pictures table ?

Thanx a lot.

Some more details.
Customer has all pictures as jpg files.
Filenames are in synch with the article numbers.
Now we are looking to load all the pictures without user intervention.
It seems the "CP Image Selector" has no such feature.
Has anybody doen this before ?
Any hints would be appreciated.

Thanx.

Comments

  • anderstp
    anderstp Member Posts: 5
    Hi There

    I've solved the problem on the webpages, since it's more simple to just use the webpages to check if [SKU].jpg exists and then display it, than loading it into navision.

    Anders
    www.mbs-utils.com
  • christ_k
    christ_k Member Posts: 3
    we have a solution that is implemented into navision.

    files are automatically imported in a batch run and then (if you wish) are assigned to the correct product for use in our commerceportal.

    imagename = articlenumber + extension (gif or jpg)

    christian