Versions Compared

Key

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

Description

Excerpt

Showing images

Contents

...

Displaying images It can be useful to the mobile user.

Introduction

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

Contents

Table of Contents
maxLevel2


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

...