Hi All,
I am trying to write customization on HR module. HR module already has functionality to filter employees based on Department and Division. My requirement is to add some more filter to this and filter the employees based on these. I found from HR source code that there is a global procedure Employeefilter which is taking care of this filter for department and division. So i wrote another procedure very similar to EmployeeFilter.
Now my problem is how to call this newly created procedure. My assumption was i can write a procedure trigger to call my procedure on EmployeeFilter, but how do I get values to parameters which is same as parameters for EmployeeFilter. Also based on the output parameter i need to reject record is value is false. The only way i know is write a trigger on all the places employeefilter is getting called, but it is very time consuming and not sure whether i can write on all the places. I found nearly 120 places EmployeeFilter is getting called inside HR module.
I also read "Using the Dexterity Three Trigger Technique" written by David. But i cant use that as there is no function or procedure getting called inside EmployeeFilter.
Thanks in advance,
Shyam.
*This post is locked for comments