CPIC BY2018 ITPS Release 2 Bug Fix 003
Please replace the category Shared Services ID with UPI Part of Investment in the All Data Table in order to keep history for the Shared Services Category.
Please update the UPI Part of Investment Javascript to read:
var a = getCell("Status").Value;
var multiinv = getCell("OMB: eGov, Multi, Neither").Value;
if (multiinv == getValueList("OMB: egov, multi, Neither", "Multi Agency"))
{
return 2; // 48
}
if (multiinv == getValueList("OMB: egov, multi, Neither", "eGov"))
{
return 1; // 24
}
if (multiinv == getValueList("OMB: egov, multi, Neither", "Shared Services"))
{
return 4; // 36
}
else
return 3; // 00