JobEntry - AfterFieldChange not working

In Job Entry, I want to add a textbox that will be querying off a BAQ and populate the textbox. I just wanted to test when a JobNum is populated at the header, I want it to trigger the event. So I went and add the “AfterFieldChange”. However, nothing is triggering when a jobnum is loaded in Job Entry. Am I doing something wrong?

This is just a test and I want it to trigger when a new JobNum is loaded in Job Entry. So I added a mesagebox, but nothing is happening.

AfterFieldChange is after the data is changed in the JobHead table. Try EpiViewNotification then check to see if the view has data.

Thanks that worked.