I’m looking for suggestions on how to handle a lookup.
I’m creating a workflow for a user to request opening a new position in the company. Their manager, CEO and CFO must approve the request before sending to HR to process the request.
I currently have a Service Catalog item setup that requests
Business Justification, Manager, Department, Role, Status (Full/Parttime), Type (Employee/Contractor)
I have a custom object table that lists all roles within a department
I would like on the form, when a user selects department to just show the roles defined for that department based on this custom object table. Is this possible?