SoS Required Check_18 - Update 001
The javascript has been updated as follows:
//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;
if (b[2] == null)
{
need = true;
msg += "Section C: #1. - Prior Year President's Total Cost PY"+ "";
}
if (b[3] == null)
{
need = true;
msg += "Section C: #1. - Prior Year President's Total Cost CY"+ "";
}
if (b[0] == null)
{
need = true;