Doubt PWA - My Tasks View

J

Jonathan Sofer

If you are referring to 2003, you need to add the field to the view but you
will also need to add the field to the published fields list for each
project in Pro, under Tools>Customize>Published Fields... for any data to
actually come over.

If you are referring to 2007, you should just be able to add the field to
the My Tasks view in Server Settings>Manage Views>My Assignments

Jonathan
 
J

Juliana Giorni

I refering to 2007.
Yep... I know that
but here is the point...
with a macro, I created a field that shows the path of the tasks, for
example:
Project 1 --> Task A --> Subtask A.1
I Want to show this field in PWA, My Tasks View (My Assignments).
But I don't know how to do that.
I think I need to create an enterprise custom field at PWA (so that I
can select the field at Manage Views --> My Assignments.

But Stiil dont know how to do that.

Am I been clear?

Regards
 
J

Jonathan Sofer

You will have to create a custom enterprise text field from PWA Server
Settings>Enterprise Custom Field Definition

Create a task text field and leave the attribute as None so that it stays as
a free form text field. Also, you will need to enable the option "Roll
down, unless manually specified " for the assignment level.

Then you will be able to use this field in adding it to the My Assignments
view.

The macro you wrote will have to set this field value as apposed to the
local custom field you are currently using. To set an enterprise field in
vb macros you have to use Call
Task.SetField(FieldNameToFieldConstant("[EntCustFieldName here]", [your
value here])

http://www.eggheadcafe.com/software/aspnet/30815583/macro-to-close-out-projec.aspx

Jonathan
 
V

Vadim Gerya, PMP

By the way .. You may see task path by clicking "Add notes" on any task in
My Tasks view.
 
Top