I created a leave request system that currently allows employees to submit leave requests to their supervisors. But there's an issue. If I only want "Engineering Department employees" to submit their leave requests to "Engineering Department supervisors" and "Sales Department employees" to submit their leave requests to "Sales Department supervisors," what should I do? Do I have to create two identical entities and two identical leave request pages, with one only visible to the engineering department and the other only visible to the sales department?
asked
Jeff Yu
1 answers
0
Hi Jeff,
You can use department to route your request. You can use workflows there. On your submit button, add workflow activity, in workflow, based on your department condition route to respected department for approval.