Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We used to get roles directly from Workday, rather we get them now from another pass-thru web servicewebService.  The documentation for the actual webService is here.  We get a series of role entries such as the below.


Code Block
languagexml
   <Role>
        <Cd>CC1243</Cd>
        <Nm>DRAART Associate Managing Director Office</Nm>
        <Inactive>0</Inactive>
        <Type>COST_CENTER</Type>
        <RoleID>cost_center_manager</RoleID>
        <RoleNm>Cost Center Manager</RoleNm>
        <WorkerNm>Watkins, Chris</WorkerNm>
        <EmpID>45215</EmpID>
        <NETID>cw236</NETID>
        <UPI>11123377</UPI>
        <Email>chris.watkins@yale.edu</Email>
        <LoadDt>2017-06-30</LoadDt>
    </Role>

...