Hi,
Here is the objective
Before receiving a job to inventory or shipping a make direct job, we need to look at another database to verify that the serial number/s has/have passed some tests, if it/they has/have failed, the user will not be able to move forward.
Here is the plan.
A Pre-Processing Method Directive on Erp.BO.SelectedSerialNumbers.ProcessSelectedSerialNumbers, that triggers on the selection of the serial numbers.
Then invoke a function to call the other sql database to verify if that the serial number/s has/have “passed”
If it hasn’t then then raise an exception.
I think this makes sense, but not sure.
Any thoughts?
Looking forward to feedback!
Thank you in advance