Re: Third party Integration - How to Map Fields in MS Project?
- From: Jack Dahlgren <JackDahlgren@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 15 Jun 2009 07:42:36 -0700
That isn't enough information to determine what is going on here.
Can you post a bit more of the code?
It could have a number of different causes including the datatypes or the
values you are passing. Do you have some example data?
Another cause could be settings in project or the way assignments are made.
-Jack Dahlgren
"Sharjeel" wrote:
Hello Julie,.
I am using stand alone MS Project Professional 2007.
I have written a COM addin using VS 2005, which interacts between MS Project
& System to synchronize the data programmetically.
///SAMPLE CODE ///
task.ActualStart = action.ActualStartDate.Value;
task.ActualFinish = action.ActualEndDate.Value;
task.ActualWork = action.TakenHrs * 60;
//////
Let me know if any more information is required
"JulieS" wrote:
Hello Sharjeel,
Thanks for the information that you are using Project 2007. What
service pack have you applied? Are you using Project Server or just
Project Professional. When you note you are pulling information
from the System is it coming as an excel file, and xml file, or what
file format?
Let us know more details about specifically what you are doing --
how are you pulling the data? How are you updating project?
Julie
"Sharjeel" <Sharjeel@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A2EBA83B-8AF6-4F1E-A99B-8ECF26395CB9@xxxxxxxxxxxxxxxx
Hello Julie,
Thanks for the response. Well I am using MS Project Professional
2007.
The idea is to create a project plan in ms project & push this
data to System.
And after that pull the Actual info from System & update ms
project file.
I am sending the Baseline data as planned data to System
And setting Actual data of MS Project by reading from System.
I am facing problem in setting actual data in MS Project.
When i update ActualStart, it somehow updates Start & ActualStart
remains
blank. :(
Regards,
Sharjeel
"JulieS" wrote:
Hello Sharjeel,
Are you mapping your data to the Actual Start fields or the Start
fields in the map? As you note, when updating Actual Start and
Actual Finish, the Start and Finish fields will change to match
the
Actual dates. Are you saying that when you update Actual Start
you
are not seeing the Actual Start value stay in Project?
Give us a bit more information about your map definition and
we'll
try to be more helpful. Please also let us know what version of
Project (2003? 2007?) including service pack you are using.
I hope this helps. Let us know how you get along.
Julie
Project MVP
Visit http://project.mvps.org/ for the FAQs and additional
information about Microsoft Project
..
"Sharjeel" <Sharjeel@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:301A3EA0-71A1-4E4A-B2CA-024B17A1E95C@xxxxxxxxxxxxxxxx
We have a Basic Task management system, with task id,
description,
work,
planned & actual dates. We want to synchronize this with MS
Project. I am
able to map most of System's fields with MS Project.
The problem comes when i am trying to update 'Actual
Start/Finish/Work'
fields. Instead of updating those fields it actually updates
'Start/Finish/Work' fields.
When i do it manually it updates both ( that is fine as I have
set
the
Baseline ).
But programmatically i am not able to achieve the same.
Any help would be appreciated..
- Follow-Ups:
- References:
- Third party Integration - How to Map Fields in MS Project?
- From: Sharjeel
- Re: Third party Integration - How to Map Fields in MS Project?
- From: JulieS
- Re: Third party Integration - How to Map Fields in MS Project?
- From: Sharjeel
- Re: Third party Integration - How to Map Fields in MS Project?
- From: JulieS
- Re: Third party Integration - How to Map Fields in MS Project?
- From: Sharjeel
- Third party Integration - How to Map Fields in MS Project?
- Prev by Date: Re: Milestones with different colors
- Next by Date: Re: BCWP calculation
- Previous by thread: Third party Integration - How to Map Fields in MS Project?
- Next by thread: Re: Third party Integration - How to Map Fields in MS Project?
- Index(es):
Relevant Pages
|