I'm trying to use the Hire Card's Save_AfterUserChanged event to get the user data that gets transferred from the Applicant database table to the UPR00100 table after the HireCard is saved and send that to a web service that automatically creates Active Directory accounts.
Also, an important detail to note is that these forms are found in different products. The EmployeeMaintenance form is in the Great_Plains product, and the Hire form is found in the Human_Resources product. I don't know if I need to somehow refer to the product name first. But, when I try this:
Great_Plains.EmployeeMaintenance.EmployeeID, it is flagged as undefined by the vb compiler.
*This post is locked for comments