Page 1 of 1

Work Order - Custom Field

PostPosted: Tue Jan 12, 2016 4:22 pm
by Atronics
How can I get a custom field on a Work Order Output to be populated with the default bin location for each output item?

Re: Work Order - Custom Field  Topic is solved

PostPosted: Mon Jan 18, 2016 11:37 am
by Mike.Sheen
Atronics wrote:How can I get a custom field on a Work Order Output to be populated with the default bin location for each output item?


1. Create a new plugin with a custom field for the Work Order output item
2. Add code to intercept whenever an output item is added
3. Read default bin location for item and warehouse, and set the custom field contents.

Attached is a plugin which does this.

Mike