function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gokubigokubi 

dotproject integration: the code and sf.com object

I wrote earlier about a dotproject integration I was building. It's now to the point where I can share it. I've written up the whole thing with links to the pieces.
 
In short, I use PHP to take dotproject data stored in mysql and transform it into an sf.com object, which I then can report and dashboard against. It quickly gives me tons of visibility into the data I have in my outside system without having to do a ton of work--it's just one-way and read-only.
 
Thanks to everyone on this forum who helped me out during the project, especially TranMan!
 
Check it out and give me feedback if you have any,
Steve