Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Project Management View modes: 
User avatar
Member
Member
oohoangthienoo-gmail - 2/21/2014 7:57:08 PM
   
Project Management
<objecttype name="pm.projectlist" columns="ProjectID, ProjectDeadline, ProjectOwnerFullName, ProjectProgress, ProjectStatus, ProjectStatusColor, ProjectStatusIcon, ProjectOwnerUserName, ProjectDisplayName, ProjectNodeID" />

I want get table pm.projectlist but me do not been executed
thanks.

User avatar
Member
Member
kentico_sandroj - 2/22/2014 6:46:26 PM
   
RE:Project Management
Hello,

Would it be possible to give us more details about what you are trying to accomplish? Where/how are you using that code? It seems like maybe you should use the UniGrid but we would need more information in order to suggest a solution.

Best Regards,
Sandro

User avatar
Member
Member
HelloWeb - 2/23/2014 10:52:33 PM
   
RE:Project Management
CMSModules/ProjectManagement/Controls/UI/Project/List.xml

I found the List.xml file ---> ObjectType
I want to get the first list with the attributes projectlist
ProjectID, ProjectDeadline, ProjectOwnerFullName, ProjectProgress, ProjectStatus, ProjectStatusColor, ProjectStatusIcon, ProjectOwnerUserName, ProjectDisplayName, ProjectNodeID 

and I want to get out ProjectProgress
Can you help me

User avatar
Member
Member
HelloWeb - 2/24/2014 12:49:39 AM
   
RE:Project Management
User image

User avatar
Kentico Support
Kentico Support
kentico_janh - 2/28/2014 7:44:05 AM
   
RE:Project Management
Hello,

You can simply edit the \CMSModules\ProjectManagement\Controls\UI\Project\List.xml file and add the visible property for the ProjectProgress column:

<column source="##ALL##" caption="$pm.project.progress$" externalsourcename="ProjectProgress" sort="ProjectProgress" wrap="false" visible="false" />


Best regards,
Jan Hermann