You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the task
When a new application is created, the system should update the universities table if the name of the college doesn't exist in the table.
Expected behavior
Once an application is entered, it should check if the college is already present in the universities list or not.
If yes, update the hr_university_id in the hr_applicants table.
If no, check in aliases of the universities.
If an alias matches, update the hr_university_id in the hr_applicants table.
If an alias doesn't match, then:
Create a new entry in the hr_universities table.
Update the hr_university_id in the hr_applicants table.
The text was updated successfully, but these errors were encountered:
Describe the task
When a new application is created, the system should update the universities table if the name of the college doesn't exist in the table.
Expected behavior
hr_university_id
in thehr_applicants
table.hr_university_id
in thehr_applicants
table.hr_universities
table.hr_university_id
in thehr_applicants
table.The text was updated successfully, but these errors were encountered: