How to trigger serial print through SAP to Bartender with Json code
Hi Bartender team ,
background : we integrate SAP & Bartender , and send field value from SAP to Bartender for label printing.
current issue is we might have multiple print request to print on same A4 paper , but with the json code we try several different way to consolidate differrent request with no sucess.
for example , 4 labels can fit in 1 A4 paper , but with current print request send from SAP , each label can only print on 1 A4 paper at Bartender side without consolidation to 1 A4, which cost a lot of paper waste.
could you advise how to adjust json format to allow multiple print request to print as a series until paper is exceeding per print layout , then switch to next page.
if you are able to share command or code will be really appreciated
below also provided what we try and send to Bartender :
{"absolutePath":"c:\\inetpub\\wwwroot\\BarTender\\wwwroot\\Labels\\LBLODTTDAF.btw","printer":"PDF","startingposition":"0 ","copies":1,"PrintSetup": {"IdenticalCopiesOfLabel": 1,"SerializedCopies": 1,"NumberSerializedLabels": 1},"RecordSet":{"Name": "Records","Records": [{"Fields": {"HU_ID": "1000001457", "BATCH_NUMBER": "123"}},{"Fields": {"HU_ID": "1000001458", "BATCH_NUMBER": "222"}},{"Fields": {"HU_ID": "1000001459","BATCH_NUMBER": "333"}}] }}
Vous devez vous connecter pour laisser un commentaire.
Commentaires
0 commentaire