Before user hook on module 'UPDATE_APL_ASG'
Hi,
We have to create one validation which will restrict the manager to skip the steps to hire a applicant.
i.e. Manager must follow the below steps to give offer any applicant:
1. Active application
2. First interview
2. Second Interview
3. Conditional Offer
4. Final Offer
We are trying to write this validation using before user hook on module 'UPDATE_APL_ASG'. Now the issue is when I am trying to fetch the old assignment status type from per_all_assignments_f in before user hook, its returns only new assignment status type?
As per my understanding, data does not changed in table in before user hook.