CPIC (MOSC)

MOSC Banner

ACQ: Replaced Contract Valid_FY18

edited Oct 4, 2016 8:52PM in CPIC (MOSC)

This is a new category

Form: Major IT Business Case (BY2018)

Form Tab: Acquisition/Contract Strategy (BY2018)

Dynamic List Scorecard: ACQ: Existing Contract Replacement

Category: ACQ: Replaced Contract Valid_FY18

Data Type: Indicator

Javascript:

var contractid = getCell("ACQ: Planned Procurement ID (Manual)").Value;

var piid = getCell("PIID").Value;

var refpiid = getCell("ACQ: Referenced PIID").Value;

var status = getCell("ACQ: Contract Status").Value;

if(status != null){

if(contractid == null){return red;}

if(piid == null){return red;}

if(refpiid == null){return red;}

else{return green;}

}

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