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 ?
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 ?