Description
Excerpt |
---|
Displaying Item imagesimages It can be useful to the mobile user. |
Introduction
This The built-in item image feature must be enabled using using Mobile Configuration File. Please raise an issue on the service desk to have this performed.
Contents
tocFiles.
Contents
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
- The Mobile app requests document type "GetOrderLines"
- The reponse includes the "ItemImage" value for each line
- The value is a combination of Item No. and the DateTime when the image was changed
- The Mobile app requests document type "GetMedia" for each image
- These requests are sent ad-hoc, one after the other
- 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
...