How to add a custom field like %Complete filed

F

fenglei

Anybody know how to add a custom field like %Complete field.
That means, if a task change value, all its parent task and child change
value also.
 
F

fenglei

Hi Rod,

Thanks for you answer.
But after I try formulas, I also do not know how to do that.
I need add a customized text, named "mstatus".
The function is:
1. When a parent task mstatus field change to "StatusA", all its
child task change to "StatusA" automaticly.
2. When a child task mstatus field change to "StatusB", which is not
same as parent task mstatus, the parent task mstatus will change to blank.

Could you give me a formula example like this?

Thanks
Fenglei
 
J

Jan De Messemaeker

Hi,

Formulas only take values from the task itself and some from teh project
level, never from parent or child tasks, I'm sorry.
Wjhat you ask for can be done by a VBA procedure.
You will also have to define what must be done in case of multiple levels,
and what when a parent task changes to A AND a child tasks to B.
If you give me such precisions I am willing to publish teh VBA code here.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top