Skip to content

cbonsig/workfrontEpicorLink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

workfrontEpicorLink

Craig Bonsignore

Nitinol Devives & Components, Inc

This is a Python script used to integrate data from an Epicor 9.05 MSSQL database into Workfront using their public API. This is a generic version of code that was orignally developed and tested inside a private intranet. Data from Epicor had been previously integrated with JIRA using the Kepler Database Custom Field plugin, and the goal of this script was to replicate similar functionality in Workfront. This is only useful as an example for others attempting to develop similar integrations. I do not plan to update or maintain this code, but I wanted to make it available here so others can have it for reference. It was infuriating to figue out how to make this work, as some essential aspect of the API were not well documented. More details on useful resources are embedded in the code.

LICENSE

These materials are publicly shared under the permissive terms of the MIT license. Suggestions and improvements are welcomed, and attribution is appreciated. Please credit Craig Bonsignore of Nitinol Devives & Components, Inc, and link to https://github.com/cbonsig/workfrontEpicorLink.

The MIT License (MIT)

Copyright (c) 2015 Nitinol Devices & Components, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Python integration between Epicor 9.05 and Workfront

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages