Solved

Concatenate Barcode

  • 24 July 2023
  • 1 reply
  • 75 views

Userlevel 4
Badge +1

Has anyone tried to concatenate a barcode for the Scan Move form?  For example, I would like to concatenate Production Nbr & Operation & Quantity into one bar code.  I attempted to modify the Production Ticket with Barcode and attemped these codes for starters: 

=[AMProdItem.ProdOrdID]+'<CR>'+[AMProdOper.OperationCD]

=[AMProdItem.ProdOrdID]+'Chr(13)'+[AMProdOper.OperationCD]

=[AMProdItem.ProdOrdID]+'Chr(19)'+[AMProdOper.OperationCD]

=[AMProdItem.ProdOrdID]+’\n’+[AMProdOper.OperationCD]

=[AMProdItem.ProdOrdID]+’\r’+’\n’+[AMProdOper.OperationCD]

 

I obviously don’t know what I’m doing trying to code the carriage return / pause/break / line feed to make it work with the Scan Move form.  The codes above do combine it into one barcode, but the issue is whether I can code something into the barcode that pauses for a second while the Scan Move form moves on to the next prompt.

 

icon

Best answer by darylbowman 24 July 2023, 18:14

View original

1 reply

Badge +11

Just here to point out that these two lines 

=[AMProdItem.ProdOrdID]+’\n’+[AMProdOper.OperationCD]

=[AMProdItem.ProdOrdID]+’\r’+’\n’+[AMProdOper.OperationCD]

use the 

instead of 

'

I can’t speak to your use case, but I would suggest trying this format:

=Concat([AMProdItem.ProdOrdID],'\r\n',[AMProdOper.OperationCD])

 

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved