Skip to main content

I have created a Custom Filed on the Production Order called Job Number. Historically we have used this work with complex Parent Child issues (Yes I know we could use Product Number however we manually assign these job codes) I want the Job Number to auto populate on the linked order. What is the best way to accomplish this? 

Specify auto-numbering attribute for the given order field, based on the given job order numbers


You can overide the persisting method (save event) of linked order screen to query back the parent order (production order) and get the respective job number, then you can assign the retrieved job number to linked orders 


You can override the persisting method (save event) of the linked order screen to query back the parent order (production order) and get the respective job number, then you can assign the retrieved job number to linked orders 

That would be the best route as this field needs to be set manually. I was looking for the save event but was missing it. I will look a little deeper. 


Reply