Skip to main content

Hi everyone.

I'm working on the "Inventory Part In Stock" page and trying to implement a button that triggers a workflow to print a barcode for a selected item in the list. When calling PrintBarcodes from InventoryPartInStockHandling API it does absolutely nothing. Even with hardcoded Objkey it does nothing.

Has anyone encountered this behavior before? Any suggestions on how to debug or what I might be missing?

Thanks in advance!

What is the expected outcome of PrintBarcodes? What does it do when you call it via a tool like Postman? In API doc, I see that it simply returns a string. Workflow might be executing successfully. you can verify if the call is successful by writing the returning string to a table (temporarily, just to verify the workflow is executing as it should)


Hi Buddhi, thanks for the reply.

I’m essentially trying to replicate the default “Print Barcode Labels” command which can only be used when one item on a list is selected, in order to create a batch print for multiple items at once. When checking the network activity I saw that PrintBarcodes projection is called and in the Print Manager page a new record is added to verify a successfully ran print operation. I assumed this was triggered by the PrintBarcodes projection. However when I run it via a workflow I don’t see anything new.