Good morning,
I have a question. I have an action request form under manger my staff. I select the employee and select the action request. now i see a form with the employee information. In this form i have a list calling the business class "Job Requisition". I want to filter the list "Job Requisition" by the current employee department number. How do i pass the employee department number over to the job Requisition list?
so the form is using the employee business class and has a relation with workassignment to bring the employee department number
job requisition business class used for the list.
I did a relation from job requisition to employee and was able to bring employee class fields into the job requisition list, BUT the employee fields are the manager (my details) not the staff i have selected.