Q
Quized again
MOPS2007.
How would I determine what the UID is for pre-existing task fields like %
Complete (TaskPercentCompleted) and other fields?
I have VBA code that reads the list of task fields from the column headings
in MSP_EpmTask_UserView and populates a drop down list for selection. Upon
selection, the code then creates a table and view in MSP Pro. The problem is
that TaskPercentCompleted is listed in MSP_EpmTask_UserView where I derive my
task field list for the drop-down selector. But my code does not know how to
insert TaskPercentCompleted in the MSP client view because MSP Pro uses "%
Complete". So I thought I would try to use fields UIDs instead. Good approach?
Thank you.
How would I determine what the UID is for pre-existing task fields like %
Complete (TaskPercentCompleted) and other fields?
I have VBA code that reads the list of task fields from the column headings
in MSP_EpmTask_UserView and populates a drop down list for selection. Upon
selection, the code then creates a table and view in MSP Pro. The problem is
that TaskPercentCompleted is listed in MSP_EpmTask_UserView where I derive my
task field list for the drop-down selector. But my code does not know how to
insert TaskPercentCompleted in the MSP client view because MSP Pro uses "%
Complete". So I thought I would try to use fields UIDs instead. Good approach?
Thank you.