Overview Required Check_18
This validation appears:
Form | Major IT Business Case (BY2018) | Tab: Overview (BY2018); Component 1.1; Cat. (text area) Data as of: < User-selected > | Label: Errors? (If red, see bottom of tab for details.) |
Form | Major IT Business Case (BY2018) | Tab: Overview (BY2018); Component 10.2; Cat. (text area) Data as of: < User-selected > | Label: Tab Required Fields |
//warning variables
var msg = "Please ensure the following required data is complete:" + "";
var need = false;
var a = new Array();
var req = null;
var i = 0;
// Section A and B questions
req = getCell("Unique Investment Identifier FY18").Value;
if (req == null) { need = true; msg += "Section A: #2. - Unique Investment Identifier"+ ""; }
req = getCell("I.A.1 Project Description").Value;