B
bstobart
I'm using the App_ProjectBeforeAssignmentChange event to detect whenever an
assignment field changes. I'd like to be able to convert the
pjassignmentfield enumeration values into a user friendly field name, ie to
convert 255852624 into "Cost Rate Table". For Taskfield enumerations I can
use the FieldConstantToFieldName function to return a field name given a
PjField constant, but this function doesn't seem to work for assignment field
enumerations.
Browsing the internet, I've seen one other user asking the same thing (back
in 2004). He didn't get an answer. I believe there was a related posting in
this forum, but the answer was basically "Try doing the mapping manually. You
probably don't need a lot of fields anyway."
Any ideas?
assignment field changes. I'd like to be able to convert the
pjassignmentfield enumeration values into a user friendly field name, ie to
convert 255852624 into "Cost Rate Table". For Taskfield enumerations I can
use the FieldConstantToFieldName function to return a field name given a
PjField constant, but this function doesn't seem to work for assignment field
enumerations.
Browsing the internet, I've seen one other user asking the same thing (back
in 2004). He didn't get an answer. I believe there was a related posting in
this forum, but the answer was basically "Try doing the mapping manually. You
probably don't need a lot of fields anyway."
Any ideas?