$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "getparticipationdetail.headersummary")
#if ($policyCheck.canSeeCoreData("Id")) #end #if ($investmentDescription.length() > 0) #if ($policyCheck.canSeeCoreData("ProjectDescription")) #end #end #if ($policyCheck.canSeeCoreData("Status")) #end
$CommonFunctions.getDisplayReadyLabel("Id"):   $CommonFunctions.formatId($ptv.getId())
$CommonFunctions.getDisplayReadyLabel("Project"): 
 $CommonFunctions.displayReady($ptv.getName())
$CommonFunctions.getDisplayReadyLabel("ProjectDescription"): 
$CommonFunctions.displayTermFromResourceBundle($currentUserId,
$CommonFunctions.getDisplayReadyLabel("Status"):  #set ($statusStyle = "systemText") #if ($CommonFunctions.getStatusColor($StringUtil.nullToEmpty($project.getStatus())).equals("GREEN")) #set ($statusStyle = "systemTextGreen") #elseif ($CommonFunctions.getStatusColor($StringUtil.nullToEmpty($project.getStatus())).equals("RED")) #set ($statusStyle = "systemTextRed") #elseif ($CommonFunctions.getStatusColor($StringUtil.nullToEmpty($project.getStatus())).equals("YELLOW")) #set ($statusStyle = "systemTextYellow") #end  $CommonFunctions.displayReady($CommonFunctions.getStatusName($StringUtil.nullToEmpty($project.getStatus()))) #if ($ptv.getWorkflowAlertDays().length() > 0)   $CommonFunctions.getTermFromResourceBundle($currentUserId,"Controls","controls.common.alert")  [$ptv.getWorkflowAlertDays() $CommonFunctions.getTermFromResourceBundle($currentUserId,"ProjectDialogs","myparticipation.effectdays", $CommonFunctions.getDisplayReadyLabel("Status"))] #end
#if ($CommonFunctions.getNotUsed("RequestorId").length() == 0) #if ($policyCheck.canSeeCoreData("RequestorId")) #end #end #if ($CommonFunctions.getNotUsed("SubmittedToId").length() == 0) #if ($policyCheck.canSeeCoreData("SubmittedToId")) #end #end #if ($CommonFunctions.getNotUsed("ManagerId").length() == 0) #if ($policyCheck.canSeeCoreData("ManagerId")) #end #end #if ($CommonFunctions.getNotUsed("OwnerId").length() == 0) #if ($policyCheck.canSeeCoreData("OwnerId")) #end #end #if ($CommonFunctions.getNotUsed("SponsorId").length() == 0) #if ($policyCheck.canSeeCoreData("SponsorId")) #end #end #if ($CommonFunctions.getNotUsed("MembersId").length() == 0) #if ($policyCheck.canSeeCoreData("MembersId")) #end #end
$CommonFunctions.getDisplayReadyLabel("RequestorId"):   $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($project.getRequestorId()))
$CommonFunctions.getDisplayReadyLabel("SubmittedToId"):   $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectSubmittedTos())))
$CommonFunctions.getDisplayReadyLabel("ManagerId"):   $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectManagers())))
$CommonFunctions.getDisplayReadyLabel("OwnerId"):   $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectOwners())))
$CommonFunctions.getDisplayReadyLabel("SponsorId"):   $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectSponsors())))
$CommonFunctions.getDisplayReadyLabel("MembersId"):   $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectMembers())))
#if ($policyCheck.canSeeCoreData("Type")) #end #if ($policyCheck.canSeeCoreData("Process") && "Not Available" != "$CommonFunctions.getDisplayReadyLabel('Process')") #end #if ($CommonFunctions.getNotUsed("Group").length() == 0) #if ($policyCheck.canSeeCoreData("Group")) #end #end #if ($CommonFunctions.getNotUsed("Department").length() == 0) #if ($policyCheck.canSeeCoreData("Department")) #end #end #set ($catIndex = 0) #foreach ($category in $categoryVector) #if ($categoryApplicableForProjectSet.contains($category.getCategoryId())) #end #set ($catIndex = $catIndex + 1) #end
$CommonFunctions.getDisplayReadyLabel("Type"):   $CommonFunctions.displayReady($CommonFunctions.getTypeName($StringUtil.nullToEmpty($project.getType())))
$CommonFunctions.getDisplayReadyLabel("Process"):   $CommonFunctions.displayReady($CommonFunctions.getProcessName($StringUtil.nullToEmpty($project.getProcessId())))
$CommonFunctions.getDisplayReadyLabel("Group"):   $CommonFunctions.displayReady($CommonFunctions.getGroupName($StringUtil.nullToEmpty($project.getGroup())))
$CommonFunctions.getDisplayReadyLabel("Department"):   $CommonFunctions.displayReady($CommonFunctions.getDepartmentName($StringUtil.nullToEmpty($project.getDepartment())))
$CommonFunctions.displayReady($category.getName()):  #set ($pcatId = $projectCategoryVector.get($catIndex))  $CommonFunctions.displayReady($CommonFunctions.getCustomCategoryName($pcatId))