Versions Compared

Key

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

...

-added a new check for supervisor vs department head.  Since delegates could potentially be used, new code has been added to check for if the designee is the same as the supervisor.  

...

if (value.indexOf(SupervisorNetId) !== -1) {
BO.F_SupervisorException.setValue(true)
}
else { BO.F_SupervisorException.setValue(false)
}


04/13/2020 

Updated Attestation


Field Mapping and requirements

...