PeopleCode compile error after Fresh Installation of PeopleTools 8.54 with Campus Solution 9.0 Revis
After login PIA successfully with user PS, I tried to access some basic functions, but all of them has PeopleCode compile error:
Here are 4 functions that I randomly tried:
1. Campus Community > Personal Information > Add/Update a Person
PeopleCode compile error (Specified PeopleCode program does not exist. (2,37) ^ SCC) for program PEOPLE_SRCH.EMPLID.SearchInit. (2,405)
In App Designer, open the above peoplecode and found this function is missing:
Declare Function check_carry PeopleCode PEOPLE_SRCH.EMPLID FieldFormula;
----------------------------------------------------------------------------------------------------
2. Records and Enrollment > Enroll Students > Enrollment:
PeopleCode compile error (Specified PeopleCode program does not exist. (2,37) ^ SSR) for program STDNT_TERM_SRCH.EMPLID.SearchInit. (2,405)
In App Designer, open the above peoplecode and found this function is missing: