Dec 11 2019 02:40 PM
Need to export timesheet data for billable time from Project Online into a 3rd party database for to provide billing data.
Whats the best way ? 3rd party connector?
I don't see any inbuilt tools to simply export timesheet data into a billing system automatically ?
Dec 12 2019 01:10 AM
Hello @SimonLewis,
It will depend on the 3rd party billing system APIs, we can help you get the data out of Project Online with some examples but transforming the data into the correct format for the 3rd party billing system and them importing into that system will all depend on the API's that system has. Here is a simple PowerShell example for extracting Project Online timesheet data to CSV: https://pwmather.wordpress.com/2016/05/17/extract-projectonline-or-projectserver-2013-2016-timesheet...
It was written a few years ago now but should give you a good starting point if you wanted to go down the PowerShell option or C# option as the Project Online API would be used with any approach.
Paul
Dec 12 2019 11:29 AM
yup would need to be the API so the devs here can write the interface into our other system
do you have examples?
thanks
Simon
Dec 12 2019 05:00 PM
Hi @SimonLewis,
The linked provided would give the devs an example of how to get started extracting the timesheet data out of Project Online.
Paul