How to scan concatenated fields barcode using PDA scanner

ChowdaryChowdary Member Posts: 148
Hi,

Scanning bar-coded '*'+FORMAT("Prod. Order No.")+'*' is good.

But I have a requirement to scan
'*'+FORMAT("Prod. Order No.")+'\'+FORMAT("Line No.")+'*'
is this possible. If yes, please help me with suggession

Thank you
Pleasure in the job puts perfection in the work

Comments

  • vaprogvaprog Member Posts: 1,116
    Hi Chowdari

    particulars really depend on how your scanner is "connected" to the NAV application. But in general, you receive the string from the scanner, split it using C/AL code and validate the NAV fields with the resulting data.
Sign In or Register to comment.