Description
Excerpt |
---|
Allows the user to attach photos to Orders or Order Lines, using the camera on the mobile device. |
Column | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
The function is activated from a Planned Functions, Order List page, or Order Lines page ,
Overview
|
Column | ||
---|---|---|
| ||
Use Cases
- Attach a photo of an item damaged upon Receiving
- Attach photos of items during Picking, before shipping them
Attach Image
Different Planned Functions support attaching images.
For this example, the Receiving function is used to attach a photo of an item damaged upon receipt.
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
View attached images
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
View the attached images from Business Central
Images can be viewed in "Mobile WMS Media Queue"
- Go to the "Mobile WMS Media Queue"-page
- The image is shown in the Factbox
Where are images attached
- "Pick" and "Put-away" include both "Warehouse" and "Inventory" -documents
Source Document | Attaches to | Transferred to Posted Document |
Receive | ||
Warehouse Receipt Order | The document's first line source header (typically Purchase header) | |
Warehouse Receipt Line | Current line source line (typically Purchase Line) | |
Purchase Order | Current Purchase Header | Posted Purchase Invoice Header |
Purchase Line | Current Purchase Line | Posted Purchase Invoice Line |
Put-Away | ||
Warehouse/Inventory Put-away Order | The document's first line source header (typically Purchase Header) | |
Warehouse/Inventory Put-away Line | Current line source line (typically Purchase Line) | |
Pick | ||
Warehouse/Inventory Pick Order | The document's first line source header (typically Sales Header) | |
Warehouse/Inventory Pick Line | Current line source line (typically Sales Line) | |
Sales Order | Current Sales Header | Posted Sales Invoice Header |
Sales Line | Current Sales Line | Posted Sales Invoice Line |
Move | ||
Transfer Order | ❌ No support for attachments in Business Central | |
Transfer Line | ❌ No support for attachments in Business Central | |
Register Item Image | ||
Item image | Item images are stored directly on the Item card |
Note: Business Central only transfers attachments to the posted document when the source document is fully posted. Not when a given line with attachments is posted.
Where are images stored?
Images are recorded in two places
- As "Attachments" on the source:
- Item
- Sales
- Purchase -documents
- As records in "Mobile WMS Media Queue"
Images are stored in the database table "Tenant Media"
All images are stored in the "Tenant Media"-table.
"Mobile WMS Media Queue" refers to "Tenant Media".
How it works behind the scenes
Images are transferred "ad-hoc" in two requests:
- Mobile sends an initial request, containing a uniqe ID of the image. (Mobile Doc. Type: PostAdhocRegistration, Registration type: RegisterImage)
- Mobile sends a second request, containing the unique ID and the image date. (Mobile Doc. Type: PostMedia, Registration type: Type: Image)
This is done to provide the mobile user with a real-time experience, when handling large image data loads.