CI for Applicant Data not updating Address Data
While running an App Engine that calls a CI through Process Scheduler, the applicant address data is not getting updated. The new row gets created but the fields for address, city, state and postal do not get populated.Looking at the trace file for the AE, the bind variables are somehow getting cleared out and the component peoplecode for HRS_ADD_APPLICANT.HR_ADDR_WORK.SavePreChange does not update the data. Basically the same logic is executed for the Name record and that data updates with no issues. Both use work records to copy the data to the base records.