Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Capture images/photos and attach them to Orders / Lines.

This article requires Mobile WMS Extension version 5.14 or later.



Capture an image

  • By attaching it to an Order / Line.


How it works behind the scenes

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

This is done to provide the mobile user with a real-time graphic experience even when handling large image data loads.

This means that you may experience a small delay in when images are display and stored.

Technically speaking: "GetMedia" and "PostMedia" mobile requests are sent independently from the "GetOrderLines" and "PostAdhocRegistration-RegisterImage". 


View attached images

TODO



How to Enable 

Mobile config setup

Upgrade to latest or add the following.

TODO


Service tier setup

BC On-Prem / DOCKER
  • Run this PowerShell command
set-navserverconfiguration -keyname SOAPServicesMaxMsgSize -keyvalue 60000
NAV
  • Using Microsoft Dynamics NAV Administration.
  • 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.

Run this powershell command on the server/docker. 

set-navserverconfiguration -keyname SOAPServicesMaxMsgSize -keyvalue 60000

  • No labels