Hi,
I'm trying to have the status change on a work order after someone from the work order has clicked the create invoice button, created the invoice, and saved....then that work order, canges it's status from "to be invoiced" to "awaiting payment". I'm trying to figure out if I need to make this something that happens on close pop up or maybe an action on the save button of the invoice screen, since I don't want it to change the status if no actual invoice was made. But it appears that there is no reference to a work order from an invoice. So does that mean I need to add a new field in a table so it knows how to link back?
Since I'm pretty sure I just rambled, maybe this will be an easier way to understand what process I want to happen:
Work Order > Create Invoice > Save Invoice > Change Work Order Status to Awaiting Payment
Thanks!