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
0
Comments
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.