$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfolioassociations.associations1")
|
|
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfolioassociations.associations2")
|
#if (($CommonFunctions.getNotUsed("RequestorId").length() == 0) && $policyManager.canSeeCoreData("RequestorId"))
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfolioassociations.requestorid")
|
#end
#if ($CommonFunctions.getNotUsed("ManagerId").length() == 0 && $policyManager.canSeeCoreData("ManagerId"))
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfolioassociations.managerid")
|
#end
#if ($CommonFunctions.getNotUsed("SponsorId").length() == 0 && $policyManager.canSeeCoreData("SponsorId"))
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfolioassociations.sponsorid")
|
#end
#if ($CommonFunctions.getNotUsed("OwnerId").length() == 0 && $policyManager.canSeeCoreData("OwnerId"))
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfolioassociations.ownerid")
|
#end
#if ($CommonFunctions.getNotUsed("SubmittedToId").length() == 0 && $policyManager.canSeeCoreData("SubmittedToId"))
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfolioassociations.submittedtoid")
|
#end
#if ($CommonFunctions.getNotUsed("MembersId").length() == 0 && $policyManager.canSeeCoreData("MembersId"))
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfolioassociations.membersid")
|
#end
#if ($policyManager.canSeeCoreData("WBS"))
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfolioassociations.ownerorresource")
|
#end
#if ($CommonFunctions.getNotUsed("Department").length() == 0 && $policyManager.canSeeCoreData("Department"))
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "portfolioassociations.deptequalsproject")
|
#end
|
|
|
|
|