ITS Internal Structure
This is a graphical display of the ITS Organizational Chart.
This currently requires a little manual updating during re-orgs that ask for adding or deleting a node in the tree.
Steps to modifying the display:
1) Create the new Section
a) use the interface
b) get the SectId (primary key)
select * from section where sectname like 'CIO%'
2) Edit page /jsp/itsadm/staff/reports/itsStructureStaticForm.jsp"
a) search for the location of the existing sectID that the new sectID will be placed
b) copy and paste the existing sectID, then search & replace to populate with the new sectID postfix
c) search for the location of the existing HTML & copy and paste to fit