Answered by:
How do I change custom field description and name on the project fields PDP

Question
-
I'm creating a custom PDP for a workflow process and I need to add the folloiwng fields "Project Name" and "Description"
When I try to create Project Name custom field under server settings I get the following message "The custom field name cannot match the name of any intrinsic fields."
So I went to the PDP web part Project fields and I found a field named " Project Name". I added it to the Proejct Fields web part, but it displays as "Name".
How can I change this field that's out of the box? I don't see "Project Name" and "Description" under server settings > Enterprise Custom Fields and Lookup Tables to modify them.
Thank you
- Edited by pawel850 Wednesday, November 2, 2011 2:32 PM
Wednesday, November 2, 2011 2:29 PM
Answers
-
Hi there,
Project Name & description fields are internal fields in project server which you cannot view in Enterprise custom fields in PWA. You will not be able to create with the similar name. There is no way to change these fields as far as I know.
I would suggest to have the new fields name something like Project_Name/ ProjName or Project_Description/ProjDescription .
Hope that helps.
Thanks, Amit Khare |EPM Consultant| Blog: http://amitkhare82.blogspot.com http://www.linkedin.com/in/amitkhare82- Proposed as answer by Alexander.Burton Thursday, November 3, 2011 9:50 PM
- Marked as answer by Christophe FiessingerMicrosoft employee Thursday, December 22, 2011 5:36 AM
Wednesday, November 2, 2011 2:57 PM -
You could change the labels of those fields on-the-fly through some relatively simple javascript code. This sort of customization would obviously not be fully supported by Microsoft though, but we have implemented it for some of our customers.
www.umt.com | www.projectfinancialserver.com- Proposed as answer by Alexander.Burton Thursday, November 3, 2011 9:51 PM
- Marked as answer by Christophe FiessingerMicrosoft employee Thursday, December 22, 2011 5:36 AM
Wednesday, November 2, 2011 6:05 PM
All replies
-
Hi there,
Project Name & description fields are internal fields in project server which you cannot view in Enterprise custom fields in PWA. You will not be able to create with the similar name. There is no way to change these fields as far as I know.
I would suggest to have the new fields name something like Project_Name/ ProjName or Project_Description/ProjDescription .
Hope that helps.
Thanks, Amit Khare |EPM Consultant| Blog: http://amitkhare82.blogspot.com http://www.linkedin.com/in/amitkhare82- Proposed as answer by Alexander.Burton Thursday, November 3, 2011 9:50 PM
- Marked as answer by Christophe FiessingerMicrosoft employee Thursday, December 22, 2011 5:36 AM
Wednesday, November 2, 2011 2:57 PM -
That's what I assumed. Thank you.
Wednesday, November 2, 2011 2:58 PM -
You could change the labels of those fields on-the-fly through some relatively simple javascript code. This sort of customization would obviously not be fully supported by Microsoft though, but we have implemented it for some of our customers.
www.umt.com | www.projectfinancialserver.com- Proposed as answer by Alexander.Burton Thursday, November 3, 2011 9:51 PM
- Marked as answer by Christophe FiessingerMicrosoft employee Thursday, December 22, 2011 5:36 AM
Wednesday, November 2, 2011 6:05 PM -
I use this method a lot. See this blog on how to do it:
http://technicaltrix.blogspot.dk/2014/03/project-server-change-field-name-on-pdp_12.html
Tuesday, April 8, 2014 7:49 PM