This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SOLUTION - PROGRAM MANAGEMENT - query for getting the one more colon in project same as status (With color).

Mohit Saxena - Wednesday, December 19, 2012 11:09 AM:

 Hello,

I have a query to create a new colon in project which is same as status(with color).

I create a column in wbs_element(property with data set "PM_statuscolor") and add it to project, but can not get the color in my custom property.

Please help me on this ASAP.

 

Thanking you

Mohit Saxena



Brian - Thursday, December 20, 2012 12:54 AM:

Hi Mohit,

I believe that setting the backcolor of the cell would require you to edit the ProjectTree.htm file (under Innovator/Client/Solutions/Project in your standard Innovator server install) and editing the function setCellValue (around line 1205 of the code) to deal with the specific field that you have added.

There is, to my knowledge, no easy way to set the back color of the cells for a given column in this tree grid.

Hope this helps,

Brian.



Mohit Saxena - Thursday, December 20, 2012 1:13 AM:

Thanku sir for reply and really aperciate for your time...m trying to resolve this problem according to your reply.