I have a request to prevent users from being able to unreceive a PO Line from a job if that Job is already closed. Epicor allows you to unreceive it from that job, but not to receive it back in if the job is closed.
If I could simply show a warning message before the user saves the line after unreceiving, that would be ok. Currently, I have a warning message pop up to request that the user check to make sure the Job is still open - but this dies not display until after it has already unreceived it.
I am basically just setting up a Data Directive to show the message anytime the RcvDtl.Received field is changes from True to False. But again, the message does not display until the user saves the change. This sounds simple - what am I missing?
Thanks