iForm for iOS RELEASE NOTES
RELEASE DATE: 8.7.20-8.14.20
ENHANCEMENTS
Zebra Printing: Hardware Update
- For those using the Zebra printing functionality, we have introduced an all-new way to print directly from inside the form itself (this is in addition to the current record view print). This allows custom JavaScript and other logic to trigger the print as well as allow for multiple configuration points.
- The print function is called iformbuilder.zebra.print(quantity, zpl_file,images). There are up to three parameters that can be configured:
- Quantity: The number of copies to be printed.
- iformbuilder.zebra.print(5) will print 5 copies
- iformbuilder.zebra.print(my_element) - my_element MUST BE A NUMBER ELEMENT
- THIS IS A REQUIRED PARAMETER
- ZPL File: The specific ZPL file to be printed. This allows you to print multiple files per form.
- Images: Pass in any all images you wish to have printed based upon your configuration.
- Quantity: The number of copies to be printed.
Comments
0 comments
Please sign in to leave a comment.