Options

Barcode Integration without using ADCS in Navision

ramyavenkatramyavenkat Member Posts: 94
Is there any code or suggestion for barcode integration without using ADCS in navision?

We have planned to generate the barcode number by the combination of item no,serial no & lot no.We have not yet decided whether we have to store that final barcode generated number in navision database.

While scanning the particular item we have planned to receive the number and check it with the item no in navison for validating the particular barcode.

while receiving we will recieve the whole combination of barcode(ie,item no,serial no.lot no) ,In that we want to split the item no alone and check with item master for validating the item no is valid or not,so wat type of interface we have to use.

Is it possible in Keyboard wedge interface to get the decoded number from scanning particualr item before putting into form in computer screen and process wat ever we need.?

Give us any suggestion you feel like which will help this situation in our project.

Comments

  • Options
    i4tosti4tost Member Posts: 208
    Remember - bar code reader works as normal keyboard. If in bar code coded symbols are "ABcd123" so when you scan this barcode it will be the same as to enter this by using keyboard and pressing "Enter"
    The code to manage this (forms and functionality) you must to create by yourself.
Sign In or Register to comment.