Exhibit 53 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.
Also, only errors are being checked – not warnings, as OMB returns informational messages and warnings do not prevent successful submissions.
The javascript for this validation has been updated to the following:
warning variables
var msg = "Please ensure the following required data is complete:" + "" + "";
var need = false;
var a = new Array();
var i = 0;
a[0] = getCell("Description").Value;
a[1] = getCell("53: Investment Status Change").Value;