I am trying to capture PO Number change in Receipt Entry (classic app) and can’t find appropriate event. I was already trying:
EpiViewNotification - it capture only first PO selection (Initialization) and do not capture anything when existing PO is changed to another one.
Field Change event - PO Number is bind to MultiSearchView dataView but underlying table is RcvHead, however field change event for that table is not capturing that PO number was changed.
I was even trying to use control events but also did not succeed in 100%. i.e. TextChanged is fired on every keyboard stroke, Validated is no fired when PO is changed via search button.
Any hint? I need to capture PO change either when user will type number or when user will search for PO via button, regardless if this will be first or subsequent change.