Automation with MS Project

Hi everybody,

I have a problem in connecting MS Project to NAV through Automation.

Can somebody help me on the steps to be followed in doing this. I will be really appreciated.

I want to integrate MS Project with NAV in which case project details maintained in the MS Project Server need be captured to the NAV db.

Please…

Kind Regards,

PremNAV

Hi

I am able to export data from navision to project server, but im able to export 1ly the task.

How to export resources, Start Data, Finish Date and duration?

CREATE(MPPAppl,TRUE,FALSE);
MPProj := MPPAppl.Projects.Add;
MPProj.Tasks.Add(‘Line 1’);
MPPAppl.Visible(TRUE);
CLEAR(MPPAppl);