Exhibit Form Check_18
Please note that the documented validations are inconsistent within themselves as well as inconsistent with validations we’re getting as a result of testing. If you receive a validation error message from OMB that should be added, please let us know.
//warning variables
var msg = "The following tabs have validation issues:" + ""+"";
var need = false;
var taba = getCell("Overview Required Check_18").Value;
var tabb = getCell("SoS Required Check_18").Value;
var tabc = getCell("Acq Strategy Required Check_17").Value;
var tabd = getCell("CIO: Validations").Value;
var tabe = getCell("Section E & F Check_18").Value;
if(taba != null){need = true; msg += "Sections A and B - Overview"+"";}