Warehouse Insight

You are here:

Warehouse Insight Warehouse Insight

Release Notes containing updates to Warehouse Insight.
Release Notes: Warehouse Insight
1. Introduction
This document is intended to provide an overview of the basic usage and capabilities of the Warehouse Insight application.
2. Overview
This section will describe those general concepts and subsequent sections will detail individual modules. Where applicable the individual modules will override the general behavior described here.
3. Main Landing Page
The initial interface is broken into several applications. The typical default installation will look like this:
4. Item Inquiry
The “Item Inquiry” application provides information about Items the system.
5. Bin Inquiry
The “Bin Inquiry” application provides information about Bins the system.
6. Advanced Inventory Count
The “Count” application is used to perform inventory counts. The application acts as an interface for the “Advanced Inventory Count” product and is an optional purchase. If you have not purchased the product you may instead use the “Basic Count” application.
7. Basic Count
The “Basic Count” application can be used to perform inventory counts, when the Advanced Inventory Count application has not been purchased. The Basic Count primarily acts an interface around the Physical Inventory Journal. If the Advanced Inventory Count application has been purchased it should be used instead of the Basic Count.
8. Receiving
The “Receive” application is responsible for handling inbound transactions.
9. Put-Aways
The “Put-Away” application is responsible for handling Inventory Put-aways and Warehouse Put-aways.
10. Ad-Hoc Movements
The “Ad-Hoc Movements” application allows users to move Items between Bins.
11. Directed Movements
The “Directed Movements” application is responsible for handling Inventory Movements and Warehouse Movements.
12. Picking
The “Pick” application is responsible for handling Warehouse and Inventory Pick transactions.
13. Shipping
The “Ship” application is responsible for handling outbound transactions.
14. Production Order Consumption
The “Consumption” application allows users to record Consumption against Production Orders.
15. Production Order Output
The “Output” application allows users to record Output against Production Orders.
16. Assembly Orders
The “Assembly Order” application is responsible for processing mainly “Assemble to Stock” orders with limited support for “Assemble to Order” documents.
17. License Plates
The “License Plates” application is responsible for managing License Plates independently of any specific document.
18. Scratchpad
The “Scratchpad” application is an “Offline Application” and can be used to gather various information.
19. Configuration
There are two primary configuration points that need to be set up prior to utilizing the device software. Business Central Device Configuration Code & Software Configuration
Push Warehouse Insight Updates to Devices
To get the most out of Warehouse Insight, you must keep [...]
Print From Warehouse Insight
The following describes how to set up PrintNode and configure Business Central to let you print from your handheld to a local printer.
DataLogic Falcon WiFi Configuration
Files Attached: FalconX4-Wifi, FalconX3-Wifi
Controlling the Beep Sound Effect on DataLogic Scanners
When scanning barcodes in a noisy environment it can be hard to hear the notification indicating that the scan was successful. To get the maximum audio notification there are 2 places to check audio settings on the handheld.
Warehouse Insight with NTLM Authentication
To allow the Warehouse Insight web service to work with NTLM, you just need to make one small change to the ‘web.config’ file.
Configure Windows Scanner for Business Central SaaS
A handheld scanner needs to be provisioned before it can use Warehouse Insight. The Warehouse Insight desktop client should already be configured and functional before configuring scanners.
Connect Warehouse Insight Desktop Client to Business Central Cloud
Warehouse Insight extension has to be installed and Warehouse Insight Setup Wizard has to be completed.
Datalogic Falcon X3 Scanner Timeout
If a scanner goes into power save mode or drops the wifi connection the Warehouse Insight app will need to reset and log back in each time.
Clone Warehouse Insight Service for Business Central On Prem
Warehouse Insight services are configured for each instance of Business Central, and so when additional services are required for Dev/Test/Production they can be set up as shown below.
Configure Windows Scanner for Business Central On Prem
A handheld scanner needs to be provisioned before it can use Warehouse Insight.
Ad Hoc Move Module
Issue: Reclass (bin to bin move) entries being overwritten by another scanner. Cause: Multiple scanners using the same Device/PDA Configuration Code, where a Reclass Journal Batch has been hardcoded.
Display a Custom Image on Your Device
You can add a custom image to the home screen of the Warehouse Insight application on your device. This can be useful if you want to display corporate branding information, or if you have multiple device configurations and you want to see which configuration your device is using at a glance, without having to go into the configuration menu on the device.
Configure Scanner Settings for Memor 10/20 and Skorpio X5
OAuth Login Options for Warehouse Insight 2.8
Item Barcode Rules
Set Up the Windows Desktop Client for Oauth (SaaS)
Azure Active Directory (AAD) OAuth Configuration for Warehouse Insight 2.8+
Change Locations on the Handheld Devices
Barcode Symbology and Encoding
Configure Data Caching in Warehouse Insight
Configure OAuth Guest Tenant or GDAP Login for Warehouse Insight
Configure Scanner Settings for Zebra
Configure Scanner Settings for Honeywell
Configure Scanner Settings for CipherLab
Capture an Image on a Scanner Using Warehouse Insight
Overview
The App Designer provides a simple way to add new apps to Warehouse Insight, or to extend existing apps with new business logic.
Getting Started
To get started creating Applications you should already have the prerequisite components in place and access to a test device.  This section will describe the configuration and walk through creating a very simple “Hello World” application.
Designer Event Blocks
The designer events are generally triggered either by actions taken by users (scanning barcodes, pressing menus, etc.) or by specific processes internal to the application framework (opening or closing an application, loading data, etc.).  There should only be one instance of an event per application and should only be added to the application as needed.
Designer Interaction Blocks
The designer interactions are generally user interfaces designed to show information to the user or to gather feedback (input dialogs, quantity dialogs, message boxes, etc).  The interface presented for the most part cannot be further customized but may present slightly differently depending on the operating system running Warehouse Insight.
Designer Action Blocks
The designer actions generally do not show input/dialog controls to the user but are instead intended to facilitate the process logic between elements.
Designer Context Blocks
The designer context blocks are primarily responsible for putting data into the global context so that they can be referenced by the application blocks or Business Central.
Designer Variable Blocks
The designer variable blocks serve as defined variables in the application to make it easier to work with data and control process logic.
Designer Logic Blocks
The designer logic blocks are used to control process flow through the application. The following sections will outline each available action and provide a brief example of how the action can be used.
Device Menus
PDA Menus are integral to the Application Development process.  Menus define their interactions with Applications via the “Standard Action” property.  Each of the standard actions are briefly described below where they directly pertain to Application interactions.
Extension Coding
Inevitably when designing an application you will need to handle data requests in NAV.  This document has provided examples of NAV code where required.
Warehouse Insight Published Events
Add Purchase Order Comments From Your Handheld
In some cases, users of Warehouse Insight will want to be able to add comments to documents from their mobile devices.  This article will walk through the steps and code required to add a Purchase Order comments from the device.
View Purchase Order Comments on Your Handheld
This article will walk through the steps and code required to display Purchase Order comments when a Purchase Order is opened.
Capture Image on Sales Order
In some cases, users of Warehouse Insight will want to be able to take pictures and add that picture to the document from their mobile devices. This article will walk through the steps and code required to add capture a picture on a Sales Order from the device and add it as an attachment to the document.
Attaching Documents from the Scanner
There are times where you may need to create custom handling for documents, images, or signatures captured by the handheld device. Warehouse Insight 2.2 provides a mechanism to create a custom handler for files sent to Business Central from the handheld device.
Ship and Invoice Sales Order
In some cases, users of Warehouse Insight will want to be able to invoice documents in addition to shipping when posting.  This article will walk through the steps and code required to Ship and Invoice a Sales Order.
Overriding Base Application Events via Design
There are three important steps in overriding a base event. Here is an example of how you would remove the print dialog after creating a License Plate in the WHI Ship app. 
Sample Offline Application
This article will describe the process of building and consuming a simple offline application to capture inventory count information.
Sample Quantity Dialog Extensions
This article will describe the process of extending the Quantity dialog in Warehouse Insight to capture additional information.
Factboxes
FactBoxes are a feature of Dynamics 365 Business Central that provides users with helpful information about the page being viewed. Now, this concept is being brought to Warehouse Insight 2.5.
Over-Receiving from Handhelds
Read barcodes Configured in LS Retail into Warehouse Insight
Add Signature Capture to Warehouse Insight
Use the Application Wizard in Warehouse Insight
Improving Posting Performance and Reducing Locking
There are several settings in Inventory Setup and General Ledger setup that need to be reviewed when multiple users are required to post shipments and other inventory transactions simultaneously.
Error: The Item Journal Batch does not exist
This is due to a non-specified journal batch for the scanner for Reclass entries.
Padding Is Invalid And Cannot Be Removed
Warehouse Insight fails on "Padding is invalid and cannot be removed."
Sharing Your Device Screen to Your Computer
During training or demos you may wish to show your device screen on your computer’s monitor or over a web meeting. There are applications for both Android and Windows devices to support this.
Discontinuation of Web Service Access Key in Business Central SaaS
Microsoft is removing the ability to log in using a Web Service Access Key in the Business Central 2022 wave 1 (Business Central 20) SaaS. You will not be able to use Warehouse Insight or Shop Floor Insight after Microsoft updates your system if you have not switched to OAuth.
Update Warehouse Insight on Business Central SaaS
Go to Top