SoS Required 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 = "Please ensure the following required data is complete:" + "";
var need = false;
var i = 0;
var b = new Array();
b[b.length] = getCell("FUND: Investment Start Year (Text)").Value;
b[b.length] = getCell("FUND: Investment End Year (Text)").Value;
b[b.length] = getCell("FUND: PY Previous Submission 2016").Value;
b[b.length] = getCell("FUND: CY Previous Submission 2017").Value;