Why was HRCD_COMPANY_DIRECTORY.DATA_ELEMENTS.Job.OnExecute (App Package PCode) modified in PUM 51?
These PUM 51 new PCodes do not display the 'Reg/Temp' data on the Company Directory/Job Details. I commented it out, and the data appears.
The following codes have been added in PUM 51 and having issues on displaying the 'Reg/Temp' on Company Directory/Job Details
If All(%This.recCommon.JOB_EFFDT.Value) Then
%This.recCurrentEntity.EFFDT.Value = %This.recCommon.JOB_EFFDT.Value;
%This.recCurrentEntity.EFFSEQ.Value = %This.recCommon.JOB_EFFSEQ.Value;
If Not %This.recCurrentEntity.SelectByKey() Then
Return False;
End-If;
Else
%This.recCurrentEntity.EMPLID.Value = %This.recCommon.EMPLID.Value;
%This.recCurrentEntity.EMPL_RCD.Value = %This.recCommon.EMPL_RCD.Value;