RE: Custom Print Button in Inventory Transfer
Hello
I need some guidance in setting up a custom print button in the inventory transfer form, I see the form has the printing field but the form itself doesn’t have the print button.
Any help would be appreciated.
Hi,
First, you need to reference a client script using:
form.clientScriptModulePath = './client_script.js';
When you add the button in the User Event script, there is a functionName argument.
The client script needs to implement that function.
Thanks,
Chris