Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The built-in item image feature must be enabled using Mobile Configuration Files.

See Enable Image support

Contents

tocContents

Table of Contents


How Images are requested from the backend

Images on Order lines

Mobile Configuration Files application.cfg "listConfiguration" has imageElements to define when to display images. 

"imageElements" uses a value named "ItemImage".

Flow

  1. The Mobile app requests document type "GetOrderLines"
    1. The reponse includes the "ItemImage" value for each line
    2. The value is a combination of Item No. and the DateTime when the image was changed

  1. The Mobile app requests document type "GetMedia" for each image
    1. These requests are sent ad-hoc, one after the other
    2. The images will appear to the user, one by one


Mobile app requests images when

  • The images has not yet been requested
  • "ItemImage" value has changed = the image has changed in the backend


Guidelines for format, sizes and file type

...