CPIC (MOSC)

MOSC Banner

ACQ: Existing Contract Valid_FY18 - Update 10/6

edited Oct 6, 2016 10:51AM in CPIC (MOSC) Question

Updated 10/6 to take out Lease.

This updated validation belongs

FormMajor 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;}

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center