Associating Departments with Users

pwilson's picture

I am trying to create a Hardware request workflow, inwhich a user fills out a form and submits it. Based on the users id i would like to have approval request sent to their manager. My question is....How can i associate  a user (based off of the "FoundContacts[First].ContactName) with their manager?
 
Is there a component that can fetch a users manager or Department, similar to the getComputerinfo component?

matzebru's picture

GetServiceDeskContactManager

Use the "GetServiceDeskContactManager" component

pwilson's picture

Is there anything that i need

Is there anything that i need to configure on the NS side to associate a department with a user?