You can use your automatic data capture system (ADCS) to register the movement of items in the warehouse and to register some journal activities, such as quantity adjustments in the warehouse item journal and physical inventories.
To use ADCS, you must give each item stored in the warehouse an item identifier. You must also set up miniforms, handheld functions, data exchanges, and specify settings for fields that control ADCS. You specify whether to use ADCS on the location card of a warehouse.
Based on the needs of your warehouse, you define the amount of information displayed in the miniform setup for the particular handheld device. The following are examples of information that you can display:
For more information, see Configuring an Automated Data Capture System in the developer and IT-pro help.
To use ADCS, you must specify which warehouse locations use the technology.
We recommend that you do not set up a warehouse to use ADCS if the warehouse also has a bin capacity policy.
Each warehouse item that you want to use with ADCS must be assigned an identifier code to link it with its item number. For example, you can use the item's bar code as the identifier code. An item can also have multiple identifier codes. You may find this useful in the case where an item is available in various units of measures, such as pieces and pallets. In this case, assign an identifier code to each.
In the Code field, specify the identifier for the item. For example, the identifier could be the item's bar code number.
You can also enter a Variant Code and a Unit of Measure code.
If needed, enter multiple codes for each item.
You can add any user as a user of an Automated Data Capture System (ADCS). When you do this, the user must also provide a password. Optionally, you can also provide a connection that identifies the ADCS user as a warehouse employee. The ADCS user password can be different from the Windows logon password of the user. For more information, see How to: Manage Users and Permissions.
The default warehouse for the employee must be one that uses ADCS.
You use miniforms to describe the information that you want to present on a handheld device. For example, you can create miniforms to support the warehouse activity of picking items. After you create a miniform, you can add functions to it for the common actions that a user takes with handheld devices, such as moving up or down a line.
To implement or change the functionality of a miniform function, you must create a new codeunit or modify an existing one to perform the required action or response. You can learn more about ADCS functionality by examining codeunits such as 7705, which is the handling codeunit for logon functionality. Codeunit 7705 shows how a Card-type miniform works.
In the Code field, enter a code for the miniform. Optionally, enter values in all other fields.
Select the Start Miniform check box to indicate that the miniform is the first form that the user sees at logon.
On the Lines FastTab, define the fields that appear on the miniform. The order in which you enter lines is the order in which the lines appear on the handheld device.
When you have created a miniform, the next steps are to create functions and to associate functionality for various keyboard inputs.
Add code similar to the following example to the.xsl file for the plug-in. This creates a function for the F6 key. The key sequence information can be obtained from the device manufacturer.
<xsl:template match="Function[.='F6']">
<Function Key1="27" Key2="91" Key3="49" Key4="55" Key5="126" Key6="0"><xsl:value-of select="."/></Function>
</xsl:template>
In the Dynamics NAV development environment, edit the code for the Handling Codeunit field to create or modify code to perform the required action or response.
For more information, see Configuring an Automated Data Capture System in the developer and IT-pro help.
Warehouse Management
Inventory
Setting Up Warehouse Management
Assembly Management
Design Details: Warehouse Management
Working with Dynamics NAV
© 2017 Microsoft. All rights reserved.