MSP2007, code to access ASSIGNMENT-level of enterprise custom fiel

V

Vadim Gerya, PMP

Hi All !
I have task cost enterprise custom field, for exapmle "TEST".
I can programatically access task level data using
'__________
TEST = FieldNameToFieldConstant("TEST")
a= ActiveCell.Task.GetField(TEST)
Call ActiveCell.Task.GetField(TEST, a)
'__________
The same for resource-type field.

But I CAN NOT access data entered on Assignment-level. (for example, - users
enter additional data in TEST colunm on "MY TASK" page. Data comes to
assigmnet level)

I can not use expression like
Call ActiveCell.Task.Assignment(1).SetField(TEST, a)

Does anybody find the way to easy access Asignment-level data for enterprise
custom field ?
 
V

Vadim Gerya, PMP

Hi All!
Sorry Gentelmens :)
I have just read couple topic below and find answer.
 

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