App engine with CI not updating JOB.ANNL_BENEF_BASE_RT correctly
Hello,
I wrote an app engine using a component interface for Job Data. I'm inserting a new row to ps_job, and only updating a few fields. Primarily I'm updating an employee's salary.
It works great except for the JOB.ANNL_BENEF_BASE_RT field. It updates that field to the previous annual salary, even though my AE is specifically changing it to the new annual salary.
After I run the AE I can go online and click the Calculate Compensation button in the JOB_DATA3 page, and the ANNL_BENEF_BASE_RT field is updated correctly with the new annual salary.