I am on the inspection processing form and I am trying to get data to write to the rcvdtl from the porView. The goal is when they save the PO Receipt Inspection to write to some UD fields I have created.
I used the below code thinking that this will execute when I save a PO Receipt but it does not. If I change it to NotifyType.Initialize, it executes to often.
Sorry, after i enter the information into the inspection process PO Receipt. I click save. Since I was using the beforerowchange I was expecting a message box. Same thing with the EpiViewNotification. Since this is a view and not a direct Db call, I am having trouble passing the value from the check boxes back to rcvdtl table.
I think I have it figured out now. I must not have restarted after I did my Data Model Regen because the fields were not showing. But they are now. Thank you for your help.