Versions Compared

Key

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

...

Note
iconfalse

This feature requires Mobile WMS Extension version 5.14 or later.

Description

Excerpt

Capture images/photos and attach them to Orders / Lines on any Planned Function.

...

Table of Contents
maxLevel4
minLevel2


How to attach images


From the menu select "Attach Images".

...

The image(s) has been saved.


Viewing attached images

Image Modified

A "Clip" symbol is displayed if images are attached.

Image Modified

Select "Attachments".


A list of images are now displayed.


How to Enable 

Update Mobile config setup

  • Ask Tasklet Support to be upgrade to latest mobile configuration or add the following:
  • Make sure you are using Mobile WMS Extension version 5.14 or later or NAV version 4.04.



Service tier setup

BC On-Prem / DOCKER
  • Run this PowerShell command
Code Block
set-navserverconfiguration -keyname SOAPServicesMaxMsgSize -keyvalue 60000

NAV
  1. Go to "Microsoft Dynamics NAV Administration"
  2. Set the "Max Message Size" = 65535.

 
Error: No Images are sent to BC
  • Entries exist but no images are stored in Media Queue
  • No "PostMedia" requests are made
  • The Mobile log says: "Could not upload media"
Solution

The SOAP Message size is too small.

...

set-navserverconfiguration -keyname SOAPServicesMaxMsgSize -keyvalue 60000


How it works behind the scenes

Images are both transferred and requested to/from BC ad-hoc.

...