D
Dean C
We are evaluating implementing Glue Viewer and the Deltek expert supporting
us wants us to move to another field, the data that we have in the fields
that they picked for Glue Viewer. Instead of developing a mapping function,
Deltek Glue Viewer developers made the assumption that no one used MS
Project’s custom fields other than Deltek and essentially hard coded the
fields needed for Glue Viewer, including Finish1, Finish2 and Finish3, which
are used by MS Project for pert analysis.
Moving data from one field to another means
determining whether there is a formula associated with the custom field
(done),
whether the formula is applied (help needed),
whether a data list is defined for the field (haven’t tried yet),
unnaming the original field (done),
renaming the new field (done) and
copying the formula (done) or data list (haven’t tried yet), and/or data
from the original field to the new field (done).
Once the fields have been swapped,
every table needs to be checked to determine if it contains the original
field and if so, replacing it with the new field (done).
every filter needs to be checked to determine if it contains the original
field and if so, replacing it with the new field (help needed).
every group needs to be checked to determine if it contains the original
field and if so, replacing it with the new field (help needed).
Has anyone already developed a solution to this problem? If not, using VB,
how can I determine if a formula is applied?
How can I determine if a field is included in a filter?
How can I determine if a field is included in a group?
us wants us to move to another field, the data that we have in the fields
that they picked for Glue Viewer. Instead of developing a mapping function,
Deltek Glue Viewer developers made the assumption that no one used MS
Project’s custom fields other than Deltek and essentially hard coded the
fields needed for Glue Viewer, including Finish1, Finish2 and Finish3, which
are used by MS Project for pert analysis.
Moving data from one field to another means
determining whether there is a formula associated with the custom field
(done),
whether the formula is applied (help needed),
whether a data list is defined for the field (haven’t tried yet),
unnaming the original field (done),
renaming the new field (done) and
copying the formula (done) or data list (haven’t tried yet), and/or data
from the original field to the new field (done).
Once the fields have been swapped,
every table needs to be checked to determine if it contains the original
field and if so, replacing it with the new field (done).
every filter needs to be checked to determine if it contains the original
field and if so, replacing it with the new field (help needed).
every group needs to be checked to determine if it contains the original
field and if so, replacing it with the new field (help needed).
Has anyone already developed a solution to this problem? If not, using VB,
how can I determine if a formula is applied?
How can I determine if a field is included in a filter?
How can I determine if a field is included in a group?