Integration With MS Project

visgoldvisgold Member Posts: 21
Hi All

I am Trying to connect/Integrate Navision 4.0 with MS Project using Automation Server.

I am Able to insert Data from Navision Table into MS Project.

and even i can open the same project next time

but the hurdle is that i want to modify a field in MS project let say %age Completion from navision DB to ms project.

](*,) The porblem i am getting is that instead of modify it insert new activites with modified value in same project which i don't want.

The var i am using are
Name DataType Subtype
def Automation 'Microsoft Project 9.0 Object Library'.Application
abc1 Automation 'Microsoft Project 9.0 Object Library'.Project
projtask Automation 'Microsoft Project 9.0 Object Library'.Task
projtasks Automation 'Microsoft Project 9.0 Object Library'.Tasks
dur Variant
projcell Automation 'Microsoft Project 9.0 Object Library'.Cell
projtask1 Automation 'Microsoft Project 9.0 Object Library'.Task

Can Any body help me what should i do so that i can make update / modify a particular record or field or may be cell using these things

Thanks
Sign In or Register to comment.