ACQ: Existing Contract Valid_FY18 - Update 10/6
Updated 10/6 to take out Lease.
This updated validation belongs
Form | Major IT Business Case (BY2018) | Tab: Acquisition/Contract Strategy (BY2018); Component 3.3; Dynamic List; Scorecard: Contracts (BY2018), Column Data as of: < User-selected > | Name Label: Valid? Date Label: - |
Javascript:
var contractnum = getCell("ACQ: Contract Number").Value;
var modular = getCell("ACQ: Modular Approaches to IT").Value;
var agile = getCell("ACQ: Agile Development (Y/N)").Value;
var evm = getCell("ACQ: Contract Contain EVM Language?").Value;
var purpose = getCell("ACQ: Acquisition Description").Value;
var status = getCell("ACQ: Contract Status").Value;
if(status != null){
//required fields
if(evm == null){return red;}
if(modular == null){return red;}