custom property change event

A

Albin

Hi everyone,

I need to know when a custom document property is modified in Project 2003.
Is there an event that is triggered for this? For task fields there is
ProjectBeforeTaskChange event, but I couldn't find anything for custom
properties. I am developing in C#.

Thanks in advance.

Regards,

Albin
 
A

Albin

Yeah, but I need to track whether the document property's value was modified.
I guess the only way is to save the document property's value beforehand and
in beforesave event compare this saved value with the existing value to
detect any change. Is there a better way?

Albin
 
A

Albin

What exactly are project level custom fields? Which change event is triggered
when one is modified (same as task change event?) ? The only fields I saw
were the same ones for a task in the project summary task,
ActiveProject.ProjectSummaryTask.

Albin
 
A

Albin

Ok. Using project level custom fields looks like the best solution. Thanks
for your help.

Albin
 

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